public static ICollection<T> ReadOnly<T>( ICollection<T> c )
Public Shared Function ReadOnly(Of T) ( c As ICollection(Of T) ) As ICollection(Of T)
public: generic<typename T> static ICollection<T>^ ReadOnly( ICollection<T>^ c )
JavaScript does not support generic types or methods.
In This Article