Class StructInfo<TStruct>
- Namespace
- FinanceSharp
- Assembly
- FinanceSharp.dll
Provides staticly cached variables about TStruct.
[SuppressMessage("ReSharper", "StaticMemberInGenericType")]
public static class StructInfo<TStruct> where TStruct : struct
Type Parameters
TStructThe type to provide info about.
- Inheritance
-
StructInfo<TStruct>
- Inherited Members
Fields
DoubleFieldsCount
Number of public fields of type double in given TStruct.
public static readonly int DoubleFieldsCount
Field Value
FieldsCount
Number of fields of type double in given TStruct.
public static readonly int FieldsCount