Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
GetHashCode()
|
Serves as the default hash function.
|
GetType()
|
Gets the Type of the current instance.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
MoveNext()
|
Navigates to the next layout element in the layout tree.
|
MoveNext(LayoutLevel, Boolean)
|
Navigates to the next layout element of the specified level in the layout tree and allows you to stay within the same branch.
|
MoveNext(LayoutLevel)
|
Navigates to the next layout element of the specified level in the layout tree.
|
MovePrevious()
|
Navigates to the previous layout element in the layout tree.
|
MovePrevious(LayoutLevel, Boolean)
|
Navigates to the next layout element of the specified level in the layout tree and allows you to stay within the same branch.
|
MovePrevious(LayoutLevel)
|
Navigates to the previous layout element of the specified level in the layout tree.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
Reset()
|
Rewinds the iterator to its initial position.
|
Reset(InitialState)
|
Sets the iterator to specified initial position.
|
ToString()
|
Returns a string that represents the current object.
|