Method Create
Create(object)
Creates a new instance of the ScopeWrapper class.
public static ScopeWrapper Create(object scope)
Parameters
scope
objectThe wrapped object.
Returns
- ScopeWrapper
A new instance of ScopeWrapper or null.
Creates a new instance of the ScopeWrapper class.
public static ScopeWrapper Create(object scope)
scope
objectThe wrapped object.
A new instance of ScopeWrapper or null.