Version

NormalizedSnapshotSpanCollection Class Methods

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

Public Methods
 NameDescription
Public MethodContainsDetermines whether an element is in the ReadOnlyCollection. (Inherited from System.Collections.ObjectModel.ReadOnlyCollection<SnapshotSpan>)
Public MethodCopyToCopies the entire ReadOnlyCollection to a compatible one-dimensional System.Array, starting at the specified index of the target array. (Inherited from System.Collections.ObjectModel.ReadOnlyCollection<SnapshotSpan>)
Public MethodGetEnumeratorReturns an enumerator that iterates through the ReadOnlyCollection. (Inherited from System.Collections.ObjectModel.ReadOnlyCollection<SnapshotSpan>)
Public MethodIndexOfSearches for the specified object and returns the zero-based index of the first occurrence within the entire ReadOnlyCollection. (Inherited from System.Collections.ObjectModel.ReadOnlyCollection<SnapshotSpan>)
See Also