Visual Basic (Declaration)
Public Class FreezableCollection(Of T As DependencyObject) _
Inherits Animatable _
Implements IList, ICollection, IList(Of T), _
ICollection(Of T), IEnumerable(Of T), IEnumerable
Dim instance As FreezableCollection(Of T)
public class FreezableCollection<T> : Animatable,
IList, ICollection, IList<T>, ICollection<T>, IEnumerable<T>,
IEnumerable
where T : DependencyObject
generic<typename T>
where T : DependencyObject
public ref class FreezableCollection : public Animatable,
IList, ICollection, IList<T>, ICollection<T>, IEnumerable<T>,
IEnumerable
JScript does not support generic types or methods.