C# Class Kimono.KCoreConfigSkeleton.ItemPath

Inheritance: KCoreConfigSkeleton.ItemString, IDisposable
ファイルを表示 Open project: 0xd34df00d/Qross

Public Methods

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

Protected Methods

Method Description
CreateProxy ( ) : void
ItemPath ( Type dummy ) : System

Method Details

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

ItemPath() protected method

protected ItemPath ( Type dummy ) : System
dummy System.Type
return System

ItemPath() public method

public ItemPath ( string _group, string _key, StringBuilder reference ) : System
_group string
_key string
reference StringBuilder
return System

ItemPath() public method

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