Class
AsyncReaderSourceCollection

Represents AsyncReaderFile collection.

Definition

Namespace:Telerik.UI.Xaml.Controls.DataVisualization.Map

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
[TypeConverter(typeof(AsyncReaderSourceCollectionConverter))]
public class AsyncReaderSourceCollection : BindableCollection<AsyncReaderSource>, IList<AsyncReaderSource>, ICollection<AsyncReaderSource>, IList, ICollection, IReadOnlyList<AsyncReaderSource>, IReadOnlyCollection<AsyncReaderSource>, IEnumerable<AsyncReaderSource>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged

Inheritance: objectCollection<AsyncReaderSource>ObservableCollection<AsyncReaderSource>BindableCollection<AsyncReaderSource>AsyncReaderSourceCollection

Implements: ICollectionICollection<AsyncReaderSource>IEnumerableIEnumerable<AsyncReaderSource>IListIList<AsyncReaderSource>INotifyCollectionChangedINotifyPropertyChangedIReadOnlyCollection<AsyncReaderSource>IReadOnlyList<AsyncReaderSource>

Inherited Members ObservableCollection<AsyncReaderSource>.Move(int, int)ObservableCollection<AsyncReaderSource>.ClearItems()ObservableCollection<AsyncReaderSource>.RemoveItem(int)ObservableCollection<AsyncReaderSource>.InsertItem(int, AsyncReaderSource)ObservableCollection<AsyncReaderSource>.SetItem(int, AsyncReaderSource)ObservableCollection<AsyncReaderSource>.MoveItem(int, int)ObservableCollection<AsyncReaderSource>.OnPropertyChanged(PropertyChangedEventArgs)ObservableCollection<AsyncReaderSource>.OnCollectionChanged(NotifyCollectionChangedEventArgs)ObservableCollection<AsyncReaderSource>.BlockReentrancy()ObservableCollection<AsyncReaderSource>.CheckReentrancy()ObservableCollection<AsyncReaderSource>.CollectionChangedObservableCollection<AsyncReaderSource>.PropertyChangedCollection<AsyncReaderSource>.Add(AsyncReaderSource)Collection<AsyncReaderSource>.Clear()Collection<AsyncReaderSource>.CopyTo(AsyncReaderSource[], int)Collection<AsyncReaderSource>.Contains(AsyncReaderSource)Collection<AsyncReaderSource>.GetEnumerator()Collection<AsyncReaderSource>.IndexOf(AsyncReaderSource)Collection<AsyncReaderSource>.Insert(int, AsyncReaderSource)Collection<AsyncReaderSource>.Remove(AsyncReaderSource)Collection<AsyncReaderSource>.RemoveAt(int)Collection<AsyncReaderSource>.CountCollection<AsyncReaderSource>.ItemsCollection<AsyncReaderSource>.this[int]

Constructors

AsyncReaderSourceCollection()

Initializes a new instance of the AsyncReaderSourceCollection class.

Declaration

cs-api-definition
public AsyncReaderSourceCollection()

AsyncReaderSourceCollection(IEnumerable)

Initializes a new instance of the AsyncReaderSourceCollection class.

Declaration

cs-api-definition
public AsyncReaderSourceCollection(IEnumerable enumerable)

Parameters

enumerable

IEnumerable

The source IEnumerable of Uri or of string.

Operators

explicit operator AsyncReaderSourceCollection(Collection<Uri>)

Performs an explicit conversion from collection of Uri to AsyncReaderSourceCollection.

Declaration

cs-api-definition
public static explicit operator AsyncReaderSourceCollection(Collection<Uri> data)

Parameters

data

Collection<Uri>

The collection of Uri.

Returns

AsyncReaderSourceCollection

The result of the conversion.

explicit operator AsyncReaderSourceCollection(Collection<string>)

Performs an explicit conversion from collection of string to AsyncReaderSourceCollection.

Declaration

cs-api-definition
public static explicit operator AsyncReaderSourceCollection(Collection<string> data)

Parameters

data

Collection<string>

The collection of string.

Returns

AsyncReaderSourceCollection

The result of the conversion.

explicit operator AsyncReaderSourceCollection(List<Uri>)

Performs an explicit conversion from list of Uri to AsyncReaderSourceCollection.

Declaration

cs-api-definition
public static explicit operator AsyncReaderSourceCollection(List<Uri> data)

Parameters

data

List<Uri>

The list of Uri.

Returns

AsyncReaderSourceCollection

The result of the conversion.

explicit operator AsyncReaderSourceCollection(List<string>)

Performs an explicit conversion from list of string to AsyncReaderSourceCollection.

Declaration

cs-api-definition
public static explicit operator AsyncReaderSourceCollection(List<string> data)

Parameters

data

List<string>

The list of string.

Returns

AsyncReaderSourceCollection

The result of the conversion.

explicit operator AsyncReaderSourceCollection(object[])

Performs an explicit conversion from object[] to AsyncReaderSourceCollection.

Declaration

cs-api-definition
public static explicit operator AsyncReaderSourceCollection(object[] data)

Parameters

data

object[]

The array.

Returns

AsyncReaderSourceCollection

The result of the conversion.