Castle.ActiveRecord.AnyAttribute.AnyAttribute C# (CSharp) Метод

AnyAttribute() публичный Метод

Initializes a new instance of the AnyAttribute class.
Using this constructor defaults the idType to Int32
public AnyAttribute ( ) : System
Результат System
		public AnyAttribute()
			: this(typeof(Int32))
		{
		}

Same methods

AnyAttribute::AnyAttribute ( Type idType ) : System
AnyAttribute