ElmScope(String, Object) Constructor

Definition

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)

Parameters

name
String
state
Object

Applies to