Show / Hide Table of Contents

Class DoubleCollection

Represents an ordered collection of Double values.

Inheritance
System.Object
DependencyObject
PresentationFrameworkCollection<System.Double>
DoubleCollection
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
PresentationFrameworkCollection<Double>.CountProperty
PresentationFrameworkCollection<Double>.Count
PresentationFrameworkCollection<Double>.Item[Int32]
PresentationFrameworkCollection<Double>.IsFixedSize
PresentationFrameworkCollection<Double>.IsReadOnly
PresentationFrameworkCollection<Double>.IsSynchronized
PresentationFrameworkCollection<Double>.SyncRoot
PresentationFrameworkCollection<Double>.GetEnumerator()
PresentationFrameworkCollection<Double>.Add(Double)
PresentationFrameworkCollection<Double>.Clear()
PresentationFrameworkCollection<Double>.Contains(Double)
PresentationFrameworkCollection<Double>.CopyTo(Array, Int32)
PresentationFrameworkCollection<Double>.CopyTo(Double[], Int32)
PresentationFrameworkCollection<Double>.IndexOf(Double)
PresentationFrameworkCollection<Double>.Insert(Int32, Double)
PresentationFrameworkCollection<Double>.Remove(Double)
PresentationFrameworkCollection<Double>.RemoveAt(Int32)
PresentationFrameworkCollection<Double>.IEnumerable.GetEnumerator()
PresentationFrameworkCollection<Double>.IList.Add(Object)
PresentationFrameworkCollection<Double>.IList.Remove(Object)
PresentationFrameworkCollection<Double>.IList.RemoveAt(Int32)
PresentationFrameworkCollection<Double>.IList.Insert(Int32, Object)
PresentationFrameworkCollection<Double>.IList.IndexOf(Object)
PresentationFrameworkCollection<Double>.IList.Contains(Object)
PresentationFrameworkCollection<Double>.IList.Item[Int32]
DependencyObject.GetValue(DependencyProperty)
DependencyObject.SetCurrentValue(DependencyProperty, Object)
DependencyObject.ReadLocalValue(DependencyProperty)
DependencyObject.SetValue(DependencyProperty, Object)
DependencyObject.SetValue(DependencyPropertyKey, Object)
DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs)
DependencyObject.CoerceValue(DependencyProperty)
DependencyObject.Dispatcher
DependencyObject.INTERNAL_OnAttachedToVisualTree()
DependencyObject.INTERNAL_OnDetachedFromVisualTree()
DependencyObject.ClearValue(DependencyProperty)
DependencyObject.ClearValue(DependencyPropertyKey)
DependencyObject.CheckAccess()
DependencyObject.GetAnimationBaseValue(DependencyProperty)
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>, IDependencyObject, IList<double>, ICollection<double>, IEnumerable<double>, IList, ICollection, IEnumerable

Constructors

| Improve this Doc View Source

DoubleCollection()

Declaration
public DoubleCollection()

Methods

| Improve this Doc View Source

Parse(String)

Converts a System.String representation of a collection of doubles into an equivalent DoubleCollection.

Declaration
public static DoubleCollection Parse(string source)
Parameters
Type Name Description
System.String source

The System.String representation of the collection of doubles.

Returns
Type Description
DoubleCollection

Returns the equivalent 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

Extension Methods

DependencyObjectHelper.GetSelfAndAncestors(DependencyObject)
VisualTreeExtensions.GetVisualAncestors(DependencyObject)
VisualTreeExtensions.GetVisualAncestorsAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualChildren(DependencyObject)
VisualTreeExtensions.GetVisualChildrenAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualDescendants(DependencyObject)
VisualTreeExtensions.GetVisualDescendantsAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualSiblings(DependencyObject)
VisualTreeExtensions.GetVisualSiblingsAndSelf(DependencyObject)
  • Improve this Doc
  • View Source