Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: ValuesCollection<TValue> Create(params TValue[])

Declaration

public static ValuesCollection<TValue> Create(
    params TValue[] initialValues
)

Summary

Creates a writable (non-read-only) ValuesCollection<TValue> containing the specified values.