RadControls for Silverlight

A visitor which encloses a standard action.

Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core (in Telerik.Windows.Diagrams.Core.dll) Version: 2013.1.403.1050

Syntax

C#
public sealed class DepthActionVisitor<T> : IDepthVisitor<T>
Visual Basic
Public NotInheritable Class DepthActionVisitor(Of T) _
	Implements IDepthVisitor(Of T)

Type Parameters

T
The data type.

Inheritance Hierarchy

System..::..Object
  Telerik.Windows.Diagrams.Core..::..DepthActionVisitor<(Of <(<'T>)>)>

See Also