Server.Property.Property C# (CSharp) Method

Property() public method

public Property ( PropertyInfo chain ) : System
chain System.Reflection.PropertyInfo
return System
		public Property( PropertyInfo[] chain )
		{
			m_Chain = chain;
		}

Same methods

Property::Property ( string binding ) : System