Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Operator: implicit operator ValuesCollection<TValue>(TValue[])

Declaration

public static implicit operator ValuesCollection<TValue>(
    TValue[] initialValues
)

Summary

Creates a read-only ValuesCollection<TValue> containing the specified values.