Class ExternalPartCollection
Represents a collection of ExternalPart instances that indicate parts of a Silverlight application that are external to the application package (.xap file).
Inheritance
System.Object
ExternalPartCollection
Implements
System.Collections.Generic.IList<ExternalPart>
System.Collections.Generic.ICollection<ExternalPart>
System.Collections.Generic.IEnumerable<ExternalPart>
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 ExternalPartCollection : PresentationFrameworkCollection<ExternalPart>, IDependencyObject, IList<ExternalPart>, ICollection<ExternalPart>, IEnumerable<ExternalPart>, IList, ICollection, IEnumerable
Constructors
| Improve this Doc View SourceExternalPartCollection()
Initializes a new instance of the ExternalPartCollection class.
Declaration
public ExternalPartCollection()
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