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

Property() 공개 메소드

public Property ( string binding ) : System
binding string
리턴 System
		public Property( string binding )
		{
			m_Binding = binding;
		}

Same methods

Property::Property ( PropertyInfo chain ) : System