SiteMapNodeCollection Properties
.NET Framework 3.0
| Name | Description | |
|---|---|---|
| Count | Gets the number of elements contained in the collection. |
| IsFixedSize | Gets a Boolean value indicating whether nodes can be added to or subtracted from the collection. |
| IsReadOnly | Gets a Boolean value indicating whether the collection is read-only. |
| IsSynchronized | Gets a Boolean value indicating whether access to the collection is synchronized (thread safe). |
| Item | Gets or sets the SiteMapNode object at the specified index in the collection. |
| SyncRoot | Gets an object that can be used to synchronize access to the collection. |
| Name | Description | |
|---|---|---|
| System.Collections.ICollection.Count | Gets the number of elements that are contained in the ICollection interface. This class cannot be inherited. |
| System.Collections.ICollection.IsSynchronized | Gets a Boolean value indicating whether access to the ICollection interface is synchronized (thread safe). This class cannot be inherited. |
| System.Collections.ICollection.SyncRoot | Gets an object that can be used to synchronize access to the ICollection interface. This class cannot be inherited. |
| System.Collections.IList.IsFixedSize | Gets a Boolean value indicating whether the collection has a fixed size. For a description of this member, see IList.IsFixedSize. |
| System.Collections.IList.IsReadOnly | Gets a Boolean value indicating whether the collection is read-only. For a description of this member, see IList.IsReadOnly. |
| System.Collections.IList.Item | Gets the IList element at the specified index. |
Community Additions
ADD
Show: