Class IconCollection
Represents a collection of Icon instances.
Implements
System.Collections.Generic.IList<Icon>
System.Collections.Generic.ICollection<Icon>
System.Collections.Generic.IEnumerable<Icon>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows
Assembly: OpenSilver.dll
Syntax
public sealed class IconCollection : PresentationFrameworkCollection<Icon>, IDependencyObject, IList<Icon>, ICollection<Icon>, IEnumerable<Icon>, IList, ICollection, IEnumerable
Constructors
| Improve this Doc View SourceIconCollection()
Initializes a new instance of the IconCollection class.
Declaration
public IconCollection()
Implements
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable