OfAttributeType(IType)
Declaration
IEnumerable<IAttribute> OfAttributeType(IType type)Parameters
| Type | Name | Description |
|---|---|---|
| IType | type |
Returns
| Type | Description |
|---|---|
| IEnumerable<IAttribute> |
OfAttributeType(IType, ConversionKind)
Declaration
IEnumerable<IAttribute> OfAttributeType(IType type, ConversionKind conversionKind)Parameters
| Type | Name | Description |
|---|---|---|
| IType | type | |
| ConversionKind | conversionKind |
Returns
| Type | Description |
|---|---|
| IEnumerable<IAttribute> |
OfAttributeType(Type)
Declaration
IEnumerable<IAttribute> OfAttributeType(Type type)Parameters
| Type | Name | Description |
|---|---|---|
| Type | type |
Returns
| Type | Description |
|---|---|
| IEnumerable<IAttribute> |
OfAttributeType(Type, ConversionKind)
Declaration
IEnumerable<IAttribute> OfAttributeType(Type type, ConversionKind conversionKind)Parameters
| Type | Name | Description |
|---|---|---|
| Type | type | |
| ConversionKind | conversionKind |
Returns
| Type | Description |
|---|---|
| IEnumerable<IAttribute> |
OfAttributeType(Func<IType, bool>)
Declaration
IEnumerable<IAttribute> OfAttributeType(Func<IType, bool> predicate)Parameters
| Type | Name | Description |
|---|---|---|
| Func<IType, bool> | predicate |
Returns
| Type | Description |
|---|---|
| IEnumerable<IAttribute> |