ClassAsyncReaderSourceCollection
Represents AsyncReaderFile collection.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
[TypeConverter(typeof(AsyncReaderSourceCollectionConverter))]
public class AsyncReaderSourceCollection : FreezableCollection<AsyncReaderSource>
Inheritance: objectAsyncReaderSourceCollection
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
enumerable
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
public static explicit operator AsyncReaderSourceCollection(Collection<Uri> data)
Parameters
data
Collection<Uri>
The collection of Uri.
Returns
The result of the conversion.
explicit operator AsyncReaderSourceCollection(Collection<string>)
Performs an explicit conversion from collection of string to AsyncReaderSourceCollection.
Declaration
public static explicit operator AsyncReaderSourceCollection(Collection<string> data)
Parameters
data
The collection of string.
Returns
The result of the conversion.
explicit operator AsyncReaderSourceCollection(List<Uri>)
Performs an explicit conversion from list of Uri to AsyncReaderSourceCollection.
Declaration
public static explicit operator AsyncReaderSourceCollection(List<Uri> data)
Parameters
data
List<Uri>
The list of Uri.
Returns
The result of the conversion.
explicit operator AsyncReaderSourceCollection(List<string>)
Performs an explicit conversion from list of string to AsyncReaderSourceCollection.
Declaration
public static explicit operator AsyncReaderSourceCollection(List<string> data)
Parameters
data
The list of string.
Returns
The result of the conversion.
explicit operator AsyncReaderSourceCollection(object[])
Performs an explicit conversion from object[] to AsyncReaderSourceCollection.
Declaration
public static explicit operator AsyncReaderSourceCollection(object[] data)
Parameters
data
object[]
The array.
Returns
The result of the conversion.