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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.