Enhanced C#
Language of your choice: library documentation
Static Public Member Functions | List of all members
Loyc.Collections.CollectionSource Class Reference

Source file:

Static Public Member Functions

static T[] ToArray< T > (this ICollectionSource< T > list)
 Converts the collection to an array. More...
 

Member Function Documentation

◆ ToArray< T >()

static T [] Loyc.Collections.CollectionSource.ToArray< T > ( this ICollectionSource< T >  list)
inlinestatic

Converts the collection to an array.

References Loyc.Collections.ICollectionSource< T >.CopyTo().