Class WindowCollection
Inheritance
System.Object
WindowCollection
Implements
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 WindowCollection : ICollection, IEnumerable
Properties
| Improve this Doc View SourceCount
Declaration
[NotImplemented]
public int Count { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsSynchronized
Declaration
[NotImplemented]
public bool IsSynchronized { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
SyncRoot
Declaration
[NotImplemented]
public object SyncRoot { get; }
Property Value
Type | Description |
---|---|
System.Object |
Methods
| Improve this Doc View SourceCopyTo(Array, Int32)
Declaration
[NotImplemented]
public void CopyTo(Array array, int arrayIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Array | array | |
System.Int32 | arrayIndex |
GetEnumerator()
Declaration
[NotImplemented]
public IEnumerator GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.IEnumerator |
Explicit Interface Implementations
| Improve this Doc View SourceICollection.CopyTo(Array, Int32)
Declaration
void ICollection.CopyTo(Array array, int index)
Parameters
Type | Name | Description |
---|---|---|
System.Array | array | |
System.Int32 | index |
Implements
System.Collections.ICollection
System.Collections.IEnumerable