Share via


PropertyAccessorCodeFragment Class

Definition

Represents a property accessor lambda code fragment.

[System.Runtime.CompilerServices.Nullable(0)]
public class PropertyAccessorCodeFragment
public class PropertyAccessorCodeFragment
[<System.Runtime.CompilerServices.Nullable(0)>]
type PropertyAccessorCodeFragment = class
type PropertyAccessorCodeFragment = class
Public Class PropertyAccessorCodeFragment
Inheritance
PropertyAccessorCodeFragment
Attributes

Constructors

Name Description
PropertyAccessorCodeFragment(String, IReadOnlyList<String>)

Initializes a new instance of the PropertyAccessorCodeFragment class.

Properties

Name Description
Parameter

Gets the name of the lambda's parameter.

Properties

Gets the list of properties represented by the lambda.

Applies to