Method Cast
Cast<T>(object)
Cast into the proper type.
Declaration
protected T Cast<T>(object o) where T : class
Parameters
Type | Name | Description |
---|---|---|
object | o | Object to be cast |
Returns
Type | Description |
---|---|
T | Returns o cast to type T |
Type Parameters
Name | Description |
---|---|
T | Type of the drawer |