Castle.ActiveRecord.Framework.Internal.ActiveRecordModelCollection.this C# (CSharp) Method

this() public method

Gets the Castle.ActiveRecord.Framework.Internal.ActiveRecordModel with the specified type.
public this ( Type type ) : ActiveRecordModel
type System.Type
return ActiveRecordModel
		public ActiveRecordModel this[Type type]
		{
			get { return Dictionary[type] as ActiveRecordModel; }
		}
ActiveRecordModelCollection