LanguageExtensionsList Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
LanguageExtensionsList() |
Initializes a new instance of the LanguageExtensionsList class. |
LanguageExtensionsList(IList<LanguageExtension>) |
Initializes a new instance of the LanguageExtensionsList class. |
LanguageExtensionsList()
Initializes a new instance of the LanguageExtensionsList class.
public LanguageExtensionsList ();
Public Sub New ()
Applies to
LanguageExtensionsList(IList<LanguageExtension>)
Initializes a new instance of the LanguageExtensionsList class.
public LanguageExtensionsList (System.Collections.Generic.IList<Microsoft.Azure.Management.Kusto.Models.LanguageExtension> value = default);
new Microsoft.Azure.Management.Kusto.Models.LanguageExtensionsList : System.Collections.Generic.IList<Microsoft.Azure.Management.Kusto.Models.LanguageExtension> -> Microsoft.Azure.Management.Kusto.Models.LanguageExtensionsList
Public Sub New (Optional value As IList(Of LanguageExtension) = Nothing)
Parameters
- value
- IList<LanguageExtension>
The list of language extensions.