Class ITypeChangerExtensions
Extension methods for ITypeChanger<T>.
Inherited Members
Namespace: Microsoft.XboxStudios.GameStateTracker.Generic
Assembly: GameStateTracker.Generic.dll
Syntax
public static class ITypeChangerExtensions
Methods
View SourceConvert<T>(ITypeChanger<T>, T)
Attempts to convert the input object to a more specific type.
Declaration
public static T Convert<T>(this ITypeChanger<T> self, T input)
Parameters
Type | Name | Description |
---|---|---|
ITypeChanger<T> | self | The object being extended. |
T | input | The object to convert. |
Returns
Type | Description |
---|---|
T | The resulting object. |
Type Parameters
Name | Description |
---|---|
T | The base type. |