Implemented interface member:
method
Clone
System.ICloneable.Clone()
4 references to Clone
mscorlib (4)
system\globalization\cultureinfo.cs (2)
1631ci.dateTimeInfo = (DateTimeFormatInfo)this.dateTimeInfo.Clone(); 1641ci.DateTimeFormat = (DateTimeFormatInfo)this.DateTimeFormat.Clone();
system\globalization\datetimeformat.cs (1)
896dtfi = (DateTimeFormatInfo)dtfi.Clone();
system\globalization\datetimeparse.cs (1)
3485dtfi = (DateTimeFormatInfo)dtfi.Clone();