C# Class Server.Gumps.PropertiesGump.StackEntry

Show file Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Properties

Property Type Description
m_Object object
m_Property System.Reflection.PropertyInfo

Public Methods

Method Description
StackEntry ( object obj, PropertyInfo prop ) : System

Method Details

StackEntry() public method

public StackEntry ( object obj, PropertyInfo prop ) : System
obj object
prop System.Reflection.PropertyInfo
return System

Property Details

m_Object public property

public object m_Object
return object

m_Property public property

public PropertyInfo,System.Reflection m_Property
return System.Reflection.PropertyInfo