ElmScope(String, Object) 생성자

정의

public:
 ElmScope(System::String ^ name, System::Object ^ state);
public ElmScope (string name, object state);
new Microsoft.AspNetCore.Diagnostics.Elm.ElmScope : string * obj -> Microsoft.AspNetCore.Diagnostics.Elm.ElmScope
Public Sub New (name As String, state As Object)

매개 변수

name
String
state
Object

적용 대상