IOptionalFeatureProvider Interface
Definition
public interface IOptionalFeatureProvider
Methods
| Name | Description |
|---|---|
| TryGetFeature | Queries for an optional feature. |
TryGetFeature Method
Queries for an optional feature.
public object TryGetFeature(Type featureType)
Parameters
featureType Type
Feature type.
Returns
object