Class AsyncReaderSourceCollection
Represents AsyncReaderFile collection.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public class AsyncReaderSourceCollection : List<object>, IList<object>, ICollection<object>, IList, ICollection, IReadOnlyList<object>, IReadOnlyCollection<object>, IEnumerable<object>, IEnumerable
Constructors
AsyncReaderSourceCollection()
Initializes a new instance of the AsyncReaderSourceCollection class.
Declaration
public AsyncReaderSourceCollection()
AsyncReaderSourceCollection(IEnumerable)
Initializes a new instance of the AsyncReaderSourceCollection class.
Declaration
public AsyncReaderSourceCollection(IEnumerable enumerable)
Parameters
System.Collections.IEnumerable
enumerable
The source IEnumerable of Uri or of string. |
Operators
Explicit(List<String> to AsyncReaderSourceCollection)
Performs an explicit conversion from list of string to AsyncReaderSourceCollection.
Declaration
public static explicit operator AsyncReaderSourceCollection(List<string> data)
Parameters
System.Collections.Generic.List<System.String>
data
The list of string. |
Returns
AsyncReaderSourceCollection
The result of the conversion. |
Explicit(List<Uri> to AsyncReaderSourceCollection)
Performs an explicit conversion from list of Uri to AsyncReaderSourceCollection.
Declaration
public static explicit operator AsyncReaderSourceCollection(List<Uri> data)
Parameters
System.Collections.Generic.List<System.Uri>
data
The list of Uri. |
Returns
AsyncReaderSourceCollection
The result of the conversion. |
Explicit(Collection<String> to AsyncReaderSourceCollection)
Performs an explicit conversion from collection of string to AsyncReaderSourceCollection.
Declaration
public static explicit operator AsyncReaderSourceCollection(Collection<string> data)
Parameters
System.Collections.ObjectModel.Collection<System.String>
data
The collection of string. |
Returns
AsyncReaderSourceCollection
The result of the conversion. |
Explicit(Collection<Uri> to AsyncReaderSourceCollection)
Performs an explicit conversion from collection of Uri to AsyncReaderSourceCollection.
Declaration
public static explicit operator AsyncReaderSourceCollection(Collection<Uri> data)
Parameters
System.Collections.ObjectModel.Collection<System.Uri>
data
The collection of Uri. |
Returns
AsyncReaderSourceCollection
The result of the conversion. |
Explicit(Object[] to AsyncReaderSourceCollection)
Performs an explicit conversion from object[] to AsyncReaderSourceCollection.
Declaration
public static explicit operator AsyncReaderSourceCollection(object[] data)
Parameters
System.Object[]
data
The array. |
Returns
AsyncReaderSourceCollection
The result of the conversion. |