Clone() public method

public Clone ( ) : object
return object
Beispiel #1
0
 public object Clone()
 {
     return(_operatingSystem.Clone());
 }