Table of Contents

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

TStruct

The 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

int

FieldsCount

Number of fields of type double in given TStruct.

public static readonly int FieldsCount

Field Value

int