[This is preliminary documentation and is subject to change.]
Enumerates distinct types of Datum ever recorded in the instance. This property may be used to build
UIs for instrumentation, i.e. datum type tree. Returned data is NOT ORDERED
Namespace: NFX.InstrumentationAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public IEnumerable<Type> DataTypes { get; }
public IEnumerable<Type> DataTypes { get; }
Public ReadOnly Property DataTypes As IEnumerable(Of Type)
Get
Public ReadOnly Property DataTypes As IEnumerable(Of Type)
Get
public:
virtual property IEnumerable<Type^>^ DataTypes {
IEnumerable<Type^>^ get () sealed;
}
public:
virtual property IEnumerable<Type^>^ DataTypes {
IEnumerable<Type^>^ get () sealed;
}
abstract DataTypes : IEnumerable<Type> with get
override DataTypes : IEnumerable<Type> with get
abstract DataTypes : IEnumerable<Type> with get
override DataTypes : IEnumerable<Type> with get
Property Value
Type:
IEnumerable
Type Implements
IInstrumentation DataTypes