eDriven Framework API
ComponentTraverser<(Of <(<'T>)>)> Class
NamespaceseDriven.Gui.StylesComponentTraverser<(Of <(<'T>)>)>
eDriven Framework API
The base class for component traversers
Declaration Syntax
C#Visual BasicVisual C++
public abstract class ComponentTraverser<T> : IComponentTraverser
Public MustInherit Class ComponentTraverser(Of T) _
	Implements IComponentTraverser
generic<typename T>
public ref class ComponentTraverser abstract : IComponentTraverser
Generic Template Parameters
T
Members
All MembersConstructorsMethods



IconMemberDescription
ComponentTraverser<(Of <(<'T>)>)>()()()()
Initializes a new instance of the ComponentTraverser<(Of <(<'T>)>)> class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
GetComponentsMatchingSelector(Selector)
Finds all the components matching the selector

GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
InitStyles(Selector, StyleTable)
Initialires styles

MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
UpdateStyles(Selector, DictionaryDelta)
Inheritance Hierarchy
Object
ComponentTraverser<(Of <(<'T>)>)>
 GuiComponentTraverser
 UnityComponentTraverser

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)