AssertCast<T>(object?)
Declaration
public static T? AssertCast<T>(this object? obj) where T : classParameters
| Type | Name | Description |
|---|---|---|
| object | obj |
Returns
| Type | Description |
|---|---|
| T |
Type Parameters
| Name | Description |
|---|---|
| T |
public static T? AssertCast<T>(this object? obj) where T : class| Type | Name | Description |
|---|---|---|
| object | obj |
| Type | Description |
|---|---|
| T |
| Name | Description |
|---|---|
| T |