C# 클래스 holder.StringIntIntHashAndResult

상속: IMethodHodlerFill
파일 보기 프로젝트 열기: rhomobile/rhodes

공개 메소드들

메소드 설명
StringIntIntHashAndResult ( ) : System
StringIntIntHashAndResult ( string rhoString, int rhoInt, int rhoInt2, string>.IReadOnlyDictionary rhoHash, IMethodResult result ) : System
fill ( object parameters ) : void

메소드 상세

StringIntIntHashAndResult() 공개 메소드

public StringIntIntHashAndResult ( ) : System
리턴 System

StringIntIntHashAndResult() 공개 메소드

public StringIntIntHashAndResult ( string rhoString, int rhoInt, int rhoInt2, string>.IReadOnlyDictionary rhoHash, IMethodResult result ) : System
rhoString string
rhoInt int
rhoInt2 int
rhoHash string>.IReadOnlyDictionary
result IMethodResult
리턴 System

fill() 공개 메소드

public fill ( object parameters ) : void
parameters object
리턴 void