System.Xml.Schema.XmlAtomicValue.ICloneable C# (CSharp) Метод

ICloneable() приватный Метод

Since XmlAtomicValue is immutable, clone simply returns this.
private ICloneable ( ) : object
Результат object
        object ICloneable.Clone() {
            return this;
        }