C# Class Kimono.KCoreConfigSkeleton.ItemPath

Inheritance: KCoreConfigSkeleton.ItemString, IDisposable
Afficher le fichier Open project: 0xd34df00d/Qross

Méthodes publiques

Méthode Description
Dispose ( ) : void
ItemPath ( string _group, string _key, StringBuilder reference ) : System
ItemPath ( string _group, string _key, StringBuilder reference, string defaultValue ) : System @copydoc KConfigSkeletonGenericItem.KConfigSkeletonGenericItem

Méthodes protégées

Méthode Description
CreateProxy ( ) : void
ItemPath ( Type dummy ) : System

Method Details

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ItemPath() protected méthode

protected ItemPath ( Type dummy ) : System
dummy System.Type
Résultat System

ItemPath() public méthode

public ItemPath ( string _group, string _key, StringBuilder reference ) : System
_group string
_key string
reference StringBuilder
Résultat System

ItemPath() public méthode

@copydoc KConfigSkeletonGenericItem.KConfigSkeletonGenericItem
public ItemPath ( string _group, string _key, StringBuilder reference, string defaultValue ) : System
_group string
_key string
reference StringBuilder
defaultValue string
Résultat System