C# Class System.Runtime.Serialization.Formatters.Binary.SizedArray

Inheritance: ICloneable
显示文件 Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
Clone ( ) : object

Private Methods

Method Description
IncreaseCapacity ( int index ) : void
SizedArray ( ) : System.Collections.Concurrent
SizedArray ( SizedArray sizedArray ) : System.Collections.Concurrent
SizedArray ( int length ) : System.Collections.Concurrent
this ( int index ) : object

Method Details

Clone() public method

public Clone ( ) : object
return object