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