Server.Property.Property C# (CSharp) Method

Property() public method

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

Same methods

Property::Property ( PropertyInfo chain ) : System