Method | Description | |
---|---|---|
IsSet ( this flags, InjectFlags flag ) : bool |
Checks whether a certain flag has been set in the given flag.
|
|
ToValues ( this flags ) : |
Converts the flag (combination) into an instance of InjectValues.
|
public static IsSet ( this flags, InjectFlags flag ) : bool | ||
flags | this | Flag combination to check. |
flag | InjectFlags | Flag to check with. |
return | bool |
public static ToValues ( this flags ) : |
||
flags | this | Flags to convert. |
return |