다음을 통해 공유


Entity 생성자

정의

오버로드

Entity()
Entity(String)

Entity()

public Entity ();
Public Sub New ()

적용 대상

Entity(String)

public Entity (string type = default);
new Microsoft.Bot.Connector.Entity : string -> Microsoft.Bot.Connector.Entity
Public Sub New (Optional type As String = Nothing)

매개 변수

type
String

적용 대상