Represents AsyncReaderFile collection.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadMap.dll
Syntax:
[TypeConverter(typeof(AsyncReaderSourceCollectionConverter))]
public class AsyncReaderSourceCollection : List<object>, IList, ICollection, IEnumerable
Inheritance: objectList<object>AsyncReaderSourceCollection
Implements:
Constructors
Initializes a new instance of the AsyncReaderSourceCollection class.
public AsyncReaderSourceCollection()
Initializes a new instance of the AsyncReaderSourceCollection class.
public AsyncReaderSourceCollection(IEnumerable enumerable)
The source IEnumerable of Uri or of string.
Operators
Performs an explicit conversion from collection of string to AsyncReaderSourceCollection.
public static explicit operator AsyncReaderSourceCollection(Collection<string> data)
The collection of string.
Returns:The result of the conversion.
Performs an explicit conversion from collection of Uri to AsyncReaderSourceCollection.
public static explicit operator AsyncReaderSourceCollection(Collection<Uri> data)
The collection of Uri.
Returns:The result of the conversion.
Performs an explicit conversion from list of string to AsyncReaderSourceCollection.
public static explicit operator AsyncReaderSourceCollection(List<string> data)
The list of string.
Returns:The result of the conversion.
Performs an explicit conversion from list of Uri to AsyncReaderSourceCollection.
public static explicit operator AsyncReaderSourceCollection(List<Uri> data)
The list of Uri.
Returns:The result of the conversion.
Performs an explicit conversion from object[] to AsyncReaderSourceCollection.
public static explicit operator AsyncReaderSourceCollection(object[] data)
The array.
Returns:The result of the conversion.