Method | Description | |
---|---|---|
ConvertAbstractToConcreteSniper ( this observable ) : CharacterObservable, | ||
IsNull ( this obs ) : bool | ||
IsOfTypeSniper ( this obs ) : bool | ||
IsOfTypeThief ( this obs ) : bool | ||
IsOfTypeWarrior ( this obs ) : bool | ||
IsOfTypeWizard ( this obs ) : bool | ||
IsSubClassOfType ( this obs ) : bool | ||
IsSubClassOfType ( this obs, Type parentType ) : bool |
public static ConvertAbstractToConcreteSniper ( this observable ) : CharacterObservable, | ||
observable | this | |
return | CharacterObservable, |
public static IsOfTypeSniper ( this obs ) : bool | ||
obs | this | |
return | bool |
public static IsOfTypeThief ( this obs ) : bool | ||
obs | this | |
return | bool |
public static IsOfTypeWarrior ( this obs ) : bool | ||
obs | this | |
return | bool |
public static IsOfTypeWizard ( this obs ) : bool | ||
obs | this | |
return | bool |
public static IsSubClassOfType ( this obs ) : bool | ||
obs | this | |
return | bool |
public static IsSubClassOfType ( this obs, Type parentType ) : bool | ||
obs | this | |
parentType | Type | |
return | bool |