ATMLModelLibrary.model.equipment.WireList.Clone C# (CSharp) Method

Clone() public method

Create a clone of this WireList object
public Clone ( ) : WireList
return WireList
        public virtual WireList Clone()
        {
            return ((WireList)(this.MemberwiseClone()));
        }
        #endregion
WireList