public override object Clone()
        {
            CollectionTypePointer ap = (CollectionTypePointer)base.Clone();

            ap.CollectionType = _collectionType;
            return(ap);
        }
 public CollectionVariable(CollectionTypePointer type, string name, UInt32 classId, UInt32 memberId)
     : base(type, name, classId, memberId)
 {
 }