This topic has not yet been rated - Rate this topic

NormalizedSnapshotSpanCollection Properties

The NormalizedSnapshotSpanCollection type exposes the following members.

  NameDescription
Public property Count Gets the number of spans in the collection.
Public property Item Gets the snapshot span at the specified location.
Top
  NameDescription
Explicit interface implemetation Private property IList.IsFixedSize Determines whether the collection is of fixed size. Always returns true.
Explicit interface implemetation Private property ICollection<SnapshotSpan>.IsReadOnly Determines whether the collection is read-only. Always returns true.
Explicit interface implemetation Private property IList.IsReadOnly Determines whether this collection is read-only. This property always returns true.
Explicit interface implemetation Private property ICollection.IsSynchronized Determines whether this collection is synchronized.
Explicit interface implemetation Private property IList.Item Gets the snapshot span at the specified location.
Explicit interface implemetation Private property ICollection.SyncRoot Gets an object that can be used to synchronized access to this collection.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.