C# 클래스 Dynamitey.Internal.Optimization.BinderHash

파일 보기 프로젝트 열기: ekonbenefits/dynamitey 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( BinderHash other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int

보호된 메소드들

메소드 설명
BinderHash ( Type delegateType, InvokeMemberName name, Type context, string argNames, Type binderType, bool staticContext, bool isEvent, bool knownBinder ) : System
BinderHash ( Type delegateType, String name, Type context, string argNames, Type binderType, bool staticContext, bool isEvent, bool knownBinder ) : System

메소드 상세

BinderHash() 보호된 메소드

protected BinderHash ( Type delegateType, InvokeMemberName name, Type context, string argNames, Type binderType, bool staticContext, bool isEvent, bool knownBinder ) : System
delegateType System.Type
name InvokeMemberName
context System.Type
argNames string
binderType System.Type
staticContext bool
isEvent bool
knownBinder bool
리턴 System

BinderHash() 보호된 메소드

protected BinderHash ( Type delegateType, String name, Type context, string argNames, Type binderType, bool staticContext, bool isEvent, bool knownBinder ) : System
delegateType System.Type
name String
context System.Type
argNames string
binderType System.Type
staticContext bool
isEvent bool
knownBinder bool
리턴 System

Equals() 공개 메소드

public Equals ( BinderHash other ) : bool
other BinderHash
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int