C# 클래스 CharacterObservableExtensions, Augmented_Tactics

파일 보기 프로젝트 열기: Kavignon/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