C# Class LitDev.Property

Exibir arquivo 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_oe property

public string key
return string

obj public_oe property

public Object obj
return Object

parent public_oe property

public Property parent
return Property

value public_oe property

public string value
return string