Contains(INamedType)
Declaration
bool Contains(INamedType namedType)Parameters
| Type | Name | Description |
|---|---|---|
| INamedType | namedType |
Returns
| Type | Description |
|---|---|
| bool |
Contains(Type)
Determines whether the current collection contains a given Type.
Declaration
bool Contains(Type type)Parameters
| Type | Name | Description |
|---|---|---|
| Type | type |
Returns
| Type | Description |
|---|---|
| bool |