C# 클래스 Crow.Library.Interceptors.DatabaseInceptors.DbOperations.DynamicArgumentHolder

상속: System.Dynamic.DynamicObject
파일 보기 프로젝트 열기: msusur/Crowfx 1 사용 예제들

공개 메소드들

메소드 설명
DynamicArgumentHolder ( IInvocation invocation ) : System.Collections.Concurrent
TryGetIndex ( GetIndexBinder binder, object indexes, object &result ) : bool

메소드 상세

DynamicArgumentHolder() 공개 메소드

public DynamicArgumentHolder ( IInvocation invocation ) : System.Collections.Concurrent
invocation IInvocation
리턴 System.Collections.Concurrent

TryGetIndex() 공개 메소드

public TryGetIndex ( GetIndexBinder binder, object indexes, object &result ) : bool
binder System.Dynamic.GetIndexBinder
indexes object
result object
리턴 bool