System.Runtime.Serialization.Formatters.Binary.IntSizedArray.Clone C# (CSharp) Method

Clone() public method

public Clone ( ) : object
return object
        public object Clone() => new IntSizedArray(this);