Castle.ActiveRecord.Framework.Internal.ActiveRecordModel.ActiveRecordModel C# (CSharp) Méthode

ActiveRecordModel() public méthode

Initializes a new instance of the ActiveRecordModel class.
public ActiveRecordModel ( Type type ) : System
type System.Type The type.
Résultat System
		public ActiveRecordModel(Type type)
		{
			this.type = type;
		}