IniConfiguration(T).Properties Property

TG.INI

IniConfigurationTProperties Property

[Missing <summary> documentation for "P:TG.INI.IniConfiguration`1.Properties"]

Namespace:  TG.INI
Assembly:  TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public static T Properties { get; set; }
Public Shared Property Properties As T
	Get
	Set
public:
static property T Properties {
	T get ();
	void set (T value);
}
static member Properties : 'T with get, set

Property Value

Type: T
See Also