CSharpTest.Net
OrdinalList Class Members
See Also  Properties  Methods  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Collections Namespace : OrdinalList Class


Glossary Item Box

The following tables list the members exposed by OrdinalList.

Public Constructors

 NameDescription
Public ConstructorOrdinalList ConstructorOverloaded.   
Top

Public Properties

 NameDescription
Public PropertyCeilingGets or sets the maximum inclusive ordinal that can be stored in the memory currently allocated, ranges from -1 to int.MaxValue  
Public PropertyCountSemi-expensive, returns the count of ordinals in the collection  
Public PropertyIsReadOnlyReturns false  
Top

Public Methods

 NameDescription
Public MethodAddAdds an integer ordinal into the collection  
Public MethodAddRangeAdds a range of integer ordinals into the collection  
Public MethodClearEmpty the OrdinalList  
Public MethodCloneCreates a new object that is a copy of the current instance.  
Public MethodContainsReturns true if the ordinal is in the collection  
Public MethodCopyToExtracts the ordinals into an array  
Public MethodEnumerateFromReturns an enumeration of the ordinal values  
Public MethodEnumerateRangeReturns an enumeration of the ordinal values  
Public MethodGetEnumeratorReturns an enumeration of the ordinal values  
Public MethodIntersectWithReturns the set of items that are in both this set and the provided set  
Public MethodInvertReturns the 1's compliment (inverts) of the list up to Ceiling  
Public MethodRemoveRemoves an ordinal from the collection  
Public MethodToArrayReturns the array of ordinals that have been added.  
Public MethodToByteArrayReturns the complete set of raw bytes for storage and reconstitution  
Public MethodUnionWithReturns the set of items that are in either this set or the provided set  
Top

See Also

Generated with Document! X 2011 by Innovasys