PropertyAccessorCodeFragment Class

Definition

Represents a property accessor lambda code fragment.

public class PropertyAccessorCodeFragment
type PropertyAccessorCodeFragment = class
Public Class PropertyAccessorCodeFragment
Inheritance
PropertyAccessorCodeFragment

Constructors

PropertyAccessorCodeFragment(String, IReadOnlyList<String>)

Initializes a new instance of the PropertyAccessorCodeFragment class.

Properties

Parameter

Gets the name of the lambda's parameter.

Properties

Gets the list of properties represented by the lambda.

Applies to