Class AssemblyPartCollection
Inheritance
System.Object
AssemblyPartCollection
Implements
System.Collections.Generic.IList<AssemblyPart>
System.Collections.Generic.ICollection<AssemblyPart>
System.Collections.Generic.IEnumerable<AssemblyPart>
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
[NotImplemented]
public sealed class AssemblyPartCollection : PresentationFrameworkCollection<AssemblyPart>, IList<AssemblyPart>, ICollection<AssemblyPart>, IEnumerable<AssemblyPart>, IList, ICollection, IEnumerable
Constructors
| Improve this Doc View SourceAssemblyPartCollection()
Declaration
public AssemblyPartCollection()
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