Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Delegate: RT.Util.FuncStruct<in TInput, TResult>

Declaration

delegate TResult RT.Util.FuncStruct<in TInput, TResult>(
    TInput input
)

Summary

Provides a function delegate that accepts only value types as input.

Generic type parameters

TInput
  • Must derive from: System.ValueType.
  • Must have a default constructor.
  • Must be a non-nullable value type.
  • Contravariant.
This type parameter is not documented.
TResultThis type parameter is not documented.