Castle.ActiveRecord.Framework.Internal.ActiveRecordModelCollection.Contains C# (CSharp) 메소드

Contains() 공개 메소드

Determines whether the collection contains the specified type.
public Contains ( Type type ) : bool
type System.Type The type.
리턴 bool
		public bool Contains(Type type)
		{
			return Dictionary.Contains(type);
		}
ActiveRecordModelCollection