C# Class LitDev.Property

Show file Open project: litdev1/LitDev

Public Properties

Property Type Description
key string
obj Object
parent Property
value string

Public Methods

Method Description
Property ( string _key, string _value, Object _obj, Property _parent ) : System

Method Details

Property() public method

public Property ( string _key, string _value, Object _obj, Property _parent ) : System
_key string
_value string
_obj Object
_parent Property
return System

Property Details

key public property

public string key
return string

obj public property

public Object obj
return Object

parent public property

public Property parent
return Property

value public property

public string value
return string