Compartilhar via


PropertyAccessorCodeFragment(String, IReadOnlyList<String>) Construtor

Definição

Inicializa uma nova instância da classe PropertyAccessorCodeFragment.

public PropertyAccessorCodeFragment (string parameter, System.Collections.Generic.IReadOnlyList<string> properties);
new Microsoft.EntityFrameworkCore.Design.PropertyAccessorCodeFragment : string * System.Collections.Generic.IReadOnlyList<string> -> Microsoft.EntityFrameworkCore.Design.PropertyAccessorCodeFragment
Public Sub New (parameter As String, properties As IReadOnlyList(Of String))

Parâmetros

parameter
String

O nome do parâmetro lambda.

properties
IReadOnlyList<String>

A lista de propriedades representadas pelo lambda.

Aplica-se a