Aracılığıyla paylaş


PropertyAccessorCodeFragment(String, IReadOnlyList<String>) Oluşturucu

Tanım

PropertyAccessorCodeFragment sınıfının yeni bir örneğini başlatır.

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))

Parametreler

parameter
String

Lambda parametresinin adı.

properties
IReadOnlyList<String>

Lambda tarafından temsil edilen özelliklerin listesi.

Şunlara uygulanır