Method SetFlags
SetFlags<T>(T, T)
Declaration
public static T SetFlags<T>(this T instance, T flagToSet) where T : struct
Parameters
Type | Name | Description |
---|---|---|
T | instance | |
T | flagToSet |
Returns
Type | Description |
---|---|
T |
Type Parameters
Name | Description |
---|---|
T |