IRuntimeHelper.FilterMetadataObjectsByProperty Method
Include Protected Members
Include Inherited Members
Gets the metadata objects from the given collection that contains the given property.
Overload List
Name | Description | |
---|---|---|
FilterMetadataObjectsByProperty<T>(IEnumerable<T>, String) | Gets the metadata objects from the given collection that contains a property with the given name. | |
FilterMetadataObjectsByProperty<T>(IEnumerable<T>, String, Object) | Gets the metadata objects from the given collection that contains a property with the given name and value. |
Top