Exemplo n.º 1
0
		internal NamespaceEnumerator(NamespaceCollection coll)
		{
			_coll = coll;
			_pos = -1;
		}
Exemplo n.º 2
0
 public AssemblyDescriptor()
 {
     _namespaceCollection = new NamespaceCollection();
     _types = new TypeDescriptor[0];
 }
Exemplo n.º 3
0
		public AssemblyDescriptor()
		{
			_namespaceCollection = new NamespaceCollection();
            _types = new TypeDescriptor[0];
		}
 internal NamespaceEnumerator(NamespaceCollection coll)
 {
     _coll = coll;
     _pos  = -1;
 }