DynamicRest.JsonWriter.Scope.Scope C# (CSharp) Method

Scope() public method

public Scope ( ScopeType type ) : System
type ScopeType
return System
            public Scope(ScopeType type)
            {
                _type = type;
            }
JsonWriter.Scope