Server.Property.Property C# (CSharp) 메소드

Property() 공개 메소드

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

Same methods

Property::Property ( string binding ) : System