SubClosedList 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
SubClosedList() | |
SubClosedList(String, IList<String>) |
SubClosedList()
- Source:
- SubClosedList.cs
- Source:
- SubClosedList.cs
public SubClosedList ();
Public Sub New ()
Applies to
SubClosedList(String, IList<String>)
- Source:
- SubClosedList.cs
- Source:
- SubClosedList.cs
public SubClosedList (string canonicalForm = default, System.Collections.Generic.IList<string> list = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.SubClosedList : string * System.Collections.Generic.IList<string> -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.SubClosedList
Public Sub New (Optional canonicalForm As String = Nothing, Optional list As IList(Of String) = Nothing)
Parameters
- canonicalForm
- String
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET