ReflectionHelperGetConstantValuesT Method

Get all constants with their values

Definition

Namespace: CoreMX.NET.Helpers
Assembly: CoreMX.NET (in CoreMX.NET.dll) Version: 1.0.0+7eb54d7f3459576d25646e9f286fb1fe49eac8a5
C#
public static Dictionary<string, Object?> GetConstantValues<T>()

Type Parameters

T
The Type

Return Value

DictionaryString, Object

See Also