Metalama / / API Documentation / Aspect API / Metalama.​Framework.​Code.​Collections / IImplemented­Interface­Collection / Contains

Method Contains

Contains(INamedType)

Declaration
bool Contains(INamedType namedType)
Parameters
Type Name Description
INamedType namedType
Returns
Type Description
Boolean

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
Boolean