Class SetterBaseCollection
Represents a collection of objects that inherit from SetterBase.
Inheritance
System.Object
SetterBaseCollection
Implements
System.Collections.Generic.IList<SetterBase>
System.Collections.Generic.ICollection<SetterBase>
System.Collections.Generic.IEnumerable<SetterBase>
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 SetterBaseCollection : PresentationFrameworkCollection<SetterBase>, IList<SetterBase>, ICollection<SetterBase>, IEnumerable<SetterBase>, IList, ICollection, IEnumerable
Constructors
| Improve this Doc View SourceSetterBaseCollection()
Initializes a new instance of the SetterBaseCollection class.
Declaration
public SetterBaseCollection()
Properties
| Improve this Doc View SourceIsSealed
Returns the sealed state of this object. If true, any attempt at modifying the state of this object will trigger an exception.
Declaration
public bool IsSealed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
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