コード例 #1
0
ファイル: AttendeeProperty.cs プロジェクト: nhaberl/PDI
        //=====================================================================

        /// <summary>
        /// This is overridden to allow cloning of a PDI object
        /// </summary>
        /// <returns>A clone of the object</returns>
        public override object Clone()
        {
            AttendeeProperty o = new AttendeeProperty();

            o.Clone(this);
            return(o);
        }
コード例 #2
0
ファイル: AttendeeProperty.cs プロジェクト: modulexcite/PDI
        //=====================================================================

        /// <summary>
        /// This is overridden to allow cloning of a PDI object
        /// </summary>
        /// <returns>A clone of the object</returns>
        public override object Clone()
        {
            AttendeeProperty o = new AttendeeProperty();
            o.Clone(this);
            return o;
        }