コード例 #1
0
        public override object Clone()
        {
            CollectionTypePointer ap = (CollectionTypePointer)base.Clone();

            ap.CollectionType = _collectionType;
            return(ap);
        }
コード例 #2
0
 public CollectionVariable(CollectionTypePointer type, string name, UInt32 classId, UInt32 memberId)
     : base(type, name, classId, memberId)
 {
 }