C# Class System.Runtime.Serialization.LongList

ファイルを表示 Open project: dotnet/corefx Class Usage Examples

Private Properties

Property Type Description
Add void
EnlargeArray void
LongList System.Diagnostics
LongList System.Diagnostics
MoveNext bool
RemoveElement bool
StartEnumeration void

Private Methods

Method Description
Add ( long value ) : void
EnlargeArray ( ) : void
LongList ( ) : System.Diagnostics
LongList ( int startingSize ) : System.Diagnostics
MoveNext ( ) : bool
RemoveElement ( long value ) : bool
StartEnumeration ( ) : void