RadControls for WPF

Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Documents (in Telerik.Windows.Documents.dll) Version: 2013.2.611.40

Syntax

C#
public class DocumentVariableCollection : IDictionary<string, Object>, 
	ICollection<KeyValuePair<string, Object>>, IEnumerable<KeyValuePair<string, Object>>, 
	IEnumerable
Visual Basic
Public Class DocumentVariableCollection _
	Implements IDictionary(Of String, Object),  _
	ICollection(Of KeyValuePair(Of String, Object)), IEnumerable(Of KeyValuePair(Of String, Object)),  _
	IEnumerable

Inheritance Hierarchy

System..::..Object
  Telerik.Windows.Documents.Model..::..DocumentVariableCollection

See Also