Server.Property.Property C# (CSharp) Méthode

Property() public méthode

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

Same methods

Property::Property ( string binding ) : System