SupportedTypes Property
Summary
List of types that this feature contains.
Syntax
public Action<Container> SupportedTypes { get; set; }
Public Property SupportedTypes() As Action(Of Container)
Get
Set
public:
property Action<Container^>^ SupportedTypes
{
Action<Container^>^ get()
void set(Action<Container^>^ value)
}
Property Value
List of types contained in the feature, typically a reader supporting a feature should also support reading all the types listed.