コード例 #1
0
        public override PropertyCursor AllocatePropertyCursor()
        {
            PropertyCursor n = _cursors.allocatePropertyCursor();

            _allCursors.Add(n);
            return(n);
        }