Conversion.IsAnonymousFunction Property

Definition

Returns true if the conversion is an implicit anonymous function conversion.

public:
 property bool IsAnonymousFunction { bool get(); };
public bool IsAnonymousFunction { get; }
member this.IsAnonymousFunction : bool
Public ReadOnly Property IsAnonymousFunction As Boolean

Property Value

Remarks

Implicit anonymous function conversions are described in section 6.5 of the C# language specification.

Applies to