Inheritance: System.Collections.CollectionBase
コード例 #1
0
ファイル: AbstractEasyType.cs プロジェクト: ralescano/castle
		public AbstractEasyType()
		{
			_nested = new NestedTypeCollection();
			_methods = new MethodCollection();
			_constructors = new ConstructorCollection();
			_properties = new PropertiesCollection();
			_events = new EventsCollection();
		}