IniConfiguration(T) Class

TG.INI

IniConfigurationT Class

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

Inheritance Hierarchy
SystemObject  TG.INIIniConfigurationT

Namespace:  TG.INI
Assembly:  TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public class IniConfiguration<T>
Public Class IniConfiguration(Of T)
generic<typename T>
public ref class IniConfiguration
type IniConfiguration<'T> =  class end

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:TG.INI.IniConfiguration`1"]

The IniConfigurationT type exposes the following members.

Constructors
  NameDescription
Public methodIniConfigurationT(String)
Initializes a new instance of IniConfigurationT.
Public methodIniConfigurationT(String, IEncryptionHandler)
Initializes a new instance of IniConfigurationT.
Top
Properties
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodStatic memberLoad
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberSave
Public methodToString (Inherited from Object.)
Top
See Also