Method | Description | |
---|---|---|
AtEnd ( ) : bool | ||
CMethodIterator ( Microsoft.CSharp.RuntimeBinder.Semantics.CSemanticChecker checker, |
||
CanUseCurrentSymbol ( ) : bool | ||
GetCurrentSymbol ( ) : |
||
GetCurrentType ( ) : |
||
IsCurrentSymbolBogus ( ) : bool | ||
IsCurrentSymbolInaccessible ( ) : bool | ||
MoveNext ( bool canIncludeExtensionsInResults, bool endatCurrentExtensionList ) : bool |
Method | Description | |
---|---|---|
FindNextMethod ( ) : bool | ||
FindNextTypeForInstanceMethods ( ) : bool | ||
GetSemanticChecker ( ) : Microsoft.CSharp.RuntimeBinder.Semantics.CSemanticChecker | ||
GetSymbolLoader ( ) : |
public CMethodIterator ( Microsoft.CSharp.RuntimeBinder.Semantics.CSemanticChecker checker, |
||
checker | Microsoft.CSharp.RuntimeBinder.Semantics.CSemanticChecker | |
symLoader | ||
name | ||
containingTypes | ||
@object | ||
qualifyingType | ||
context | Microsoft.CSharp.RuntimeBinder.Semantics.Declaration | |
allowBogusAndInaccessible | bool | |
allowExtensionMethods | bool | |
arity | int | |
flags | EXPRFLAG | |
mask | symbmask_t | |
return | System.Diagnostics |
public GetCurrentSymbol ( ) : |
||
return |
public IsCurrentSymbolInaccessible ( ) : bool | ||
return | bool |
public MoveNext ( bool canIncludeExtensionsInResults, bool endatCurrentExtensionList ) : bool | ||
canIncludeExtensionsInResults | bool | |
endatCurrentExtensionList | bool | |
return | bool |