Version

NormalizedSnapshotSpanCollection Class Properties

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

Public Properties
 NameDescription
Public PropertyCountGets the number of elements contained in the ReadOnlyCollection instance. (Inherited from System.Collections.ObjectModel.ReadOnlyCollection<SnapshotSpan>)
Public PropertyItemGets the element at the specified index. (Inherited from System.Collections.ObjectModel.ReadOnlyCollection<SnapshotSpan>)
Protected Properties
 NameDescription
Protected PropertyItemsReturns the IList that the ReadOnlyCollection wraps. (Inherited from System.Collections.ObjectModel.ReadOnlyCollection<SnapshotSpan>)
See Also