C# Класс CharacterObservableExtensions, Augmented_Tactics

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

ConvertAbstractToConcreteSniper() публичный статический Метод

public static ConvertAbstractToConcreteSniper ( this observable ) : CharacterObservable,
observable this
Результат CharacterObservable,

IsNull() публичный статический Метод

public static IsNull ( this obs ) : bool
obs this
Результат bool

IsOfTypeSniper() публичный статический Метод

public static IsOfTypeSniper ( this obs ) : bool
obs this
Результат bool

IsOfTypeThief() публичный статический Метод

public static IsOfTypeThief ( this obs ) : bool
obs this
Результат bool

IsOfTypeWarrior() публичный статический Метод

public static IsOfTypeWarrior ( this obs ) : bool
obs this
Результат bool

IsOfTypeWizard() публичный статический Метод

public static IsOfTypeWizard ( this obs ) : bool
obs this
Результат bool

IsSubClassOfType() публичный статический Метод

public static IsSubClassOfType ( this obs ) : bool
obs this
Результат bool

IsSubClassOfType() публичный статический Метод

public static IsSubClassOfType ( this obs, Type parentType ) : bool
obs this
parentType Type
Результат bool