public abstract void doFillPropDescr(CollectionPropMethodsDescriptor
			 descr, PropertyFact fact, System.Reflection.MethodInfo meth);
        public override void doFillPropDescr(CollectionPropMethodsDescriptor
			 descr, PropertyFact fact, System.Reflection.MethodInfo
			 meth)
        {
            descr.RemoveMethod = meth;
        }
        //     ------------------------------------------------------------------------
        public MdaCollectionFieldImpl(MdaClass ownerMdaClass, int internalFieldIndex,
			string fieldName, PropertiesNode tags, CollectionPropMethodsDescriptor methods)
            : base(ownerMdaClass, internalFieldIndex, fieldName, tags, methods)
        {
            this.methods = methods;
        }