Class DoubleCollection
Represents an ordered collection of Double values.
Implements
System.Collections.Generic.IList<System.Double>
System.Collections.Generic.ICollection<System.Double>
System.Collections.Generic.IEnumerable<System.Double>
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.Media
Assembly: OpenSilver.dll
Syntax
public sealed class DoubleCollection : PresentationFrameworkCollection<double>, IList<double>, ICollection<double>, IEnumerable<double>, IList, ICollection, IEnumerable
Constructors
| Improve this Doc View SourceDoubleCollection()
Declaration
public DoubleCollection()
Methods
| Improve this Doc View SourceParse(String)
Declaration
public static DoubleCollection Parse(string source)
Parameters
Type | Name | Description |
---|---|---|
System.String | source |
Returns
Type | Description |
---|---|
DoubleCollection |
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