Partager via


PropertyAccessorCodeFragment(String, IReadOnlyList<String>) Constructeur

Définition

Initialise une nouvelle instance de la 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))

Paramètres

parameter
String

Nom du paramètre lambda.

properties
IReadOnlyList<String>

Liste des propriétés représentées par le lambda.

S’applique à