Class
AsyncReaderSourceCollection

Represents AsyncReaderFile collection.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.RadMap.dll

Syntax:

cs-api-definition
[TypeConverter(typeof(AsyncReaderSourceCollectionConverter))]
public class AsyncReaderSourceCollection : List<object>, IList, ICollection, IEnumerable

Inheritance: objectList<object>AsyncReaderSourceCollection

Implements: ICollectionIEnumerableIList

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.