Kimono.KCoreConfigSkeleton.ItemPath.ItemPath C# (CSharp) Method

ItemPath() protected method

protected ItemPath ( Type dummy ) : System
dummy System.Type
return System
            protected ItemPath(Type dummy)
                : base((Type) null)
            {
            }

Same methods

KCoreConfigSkeleton.ItemPath::ItemPath ( string _group, string _key, StringBuilder reference ) : System
KCoreConfigSkeleton.ItemPath::ItemPath ( string _group, string _key, StringBuilder reference, string defaultValue ) : System
KCoreConfigSkeleton.ItemPath