| Name | Description | |
|---|---|---|
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. |
![]() | NotOfType<TReturn> | Only select the properties that do not return the specified type |
![]() | OfType<TReturn> | Only select the properties that return the specified type |
![]() | ReturnTypes | Select return types of the properties |
![]() | ThatAreDecoratedWith<TAttribute> | Only select the properties that are decorated with an attribute of the specified type. |
![]() | ThatAreDecoratedWithOrInherit<TAttribute> | Only select the properties that are decorated with, or inherits from a parent class, an attribute of the specified type. |
![]() | ThatAreNotDecoratedWith<TAttribute> | Only select the properties that are not decorated with an attribute of the specified type. |
![]() | ThatAreNotDecoratedWithOrInherit<TAttribute> | Only select the properties that are not decorated with and does not inherit from a parent class an attribute of the specified type. |
![]() | ToArray | The resulting System.Reflection.PropertyInfo objects. |

