C# 클래스 Sakuno.KanColle.Amatsukaze.BitMaskExtension.BitMaskConverter

상속: IValueConverter
파일 보기 프로젝트 열기: amatukaze/IntelligentNavalGun

공개 메소드들

메소드 설명
Convert ( object rpValue, Type rpTargetType, object rpParameter, CultureInfo rpCulture ) : object
ConvertBack ( object rpValue, Type rpTargetType, object rpParameter, CultureInfo rpCulture ) : object

메소드 상세

Convert() 공개 메소드

public Convert ( object rpValue, Type rpTargetType, object rpParameter, CultureInfo rpCulture ) : object
rpValue object
rpTargetType System.Type
rpParameter object
rpCulture System.Globalization.CultureInfo
리턴 object

ConvertBack() 공개 메소드

public ConvertBack ( object rpValue, Type rpTargetType, object rpParameter, CultureInfo rpCulture ) : object
rpValue object
rpTargetType System.Type
rpParameter object
rpCulture System.Globalization.CultureInfo
리턴 object