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