GetInstance(object)
Gets an UnknownObjectAccessor for a specific object.
Declaration
public static UnknownObjectAccessor GetInstance(object value)Parameters
| Type | Name | Description |
|---|---|---|
| object | value | The wrapped object. |
Returns
| Type | Description |
|---|---|
| UnknownObjectAccessor | A wrapper for |