PropertyAccessorCodeFragment Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |