Freigeben über


ClosedListModelPatchObject Konstruktoren

Definition

Überlädt

ClosedListModelPatchObject()
ClosedListModelPatchObject(IList<WordListObject>)

ClosedListModelPatchObject()

Quelle:
ClosedListModelPatchObject.cs
Quelle:
ClosedListModelPatchObject.cs
public ClosedListModelPatchObject ();
Public Sub New ()

Gilt für:

ClosedListModelPatchObject(IList<WordListObject>)

Quelle:
ClosedListModelPatchObject.cs
Quelle:
ClosedListModelPatchObject.cs
public ClosedListModelPatchObject (System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.WordListObject> subLists = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.ClosedListModelPatchObject : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.WordListObject> -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.ClosedListModelPatchObject
Public Sub New (Optional subLists As IList(Of WordListObject) = Nothing)

Parameter

subLists
IList<WordListObject>

Gilt für: