public override InterfaceType Clone() { CSharpInterface newInterface = new CSharpInterface(); newInterface.CopyFrom(this); return(newInterface); }
public override InterfaceType Clone() { CSharpInterface newInterface = new CSharpInterface(); newInterface.CopyFrom(this); return newInterface; }