Method | Description | |
---|---|---|
ContainsType ( |
Determines whether the specified type contains the type.
|
|
GetContainedTypes ( ) : System.Type[] |
Gets the contained types.
|
|
GetMember ( string binderName ) : IEnumerable |
Gets the members.
|
public ContainsType ( |
||
type | The type. | |
return | bool |
public abstract GetContainedTypes ( ) : System.Type[] | ||
return | System.Type[] |
public abstract GetMember ( string binderName ) : IEnumerable |
||
binderName | string | Name of the binder. |
return | IEnumerable |