Version

SparseArray Class Properties

For a list of all members of this type, see SparseArray members.

Public Properties
 NameDescription
Public PropertyCountRetruns the number of items contained in the collection.  
Public PropertyIsSynchronizedIndicates whether this collection is synchronized. Always returns false.  
Public PropertyItemIndexer.  
Public PropertyNonNullItemsReturns a new instance of enumerable that can be used to enumerate through only the non-null items in the collection.  
Public PropertySyncRootReturns an object that can be used to synchronize thread access.  
See Also