C# Class VelocityDbSchema.UsingSortedSet

Inheritance: OptimizedPersistable
Datei anzeigen Open project: VelocityDB/VelocityDB

Public Properties

Property Type Description
intList List
intSortedSet SortedSetAny
randGen System.Random

Public Methods

Method Description
UsingSortedSet ( int addHowMany ) : System

Method Details

UsingSortedSet() public method

public UsingSortedSet ( int addHowMany ) : System
addHowMany int
return System

Property Details

intList public_oe property

public List intList
return List

intSortedSet public_oe property

public SortedSetAny intSortedSet
return SortedSetAny

randGen public_oe static_oe property

public static Random,System randGen
return System.Random