PropertyAccessorCodeFragment(String, IReadOnlyList<String>) 생성자

정의

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

매개 변수

parameter
String

람다 매개 변수의 이름입니다.

properties
IReadOnlyList<String>

람다가 나타내는 속성 목록입니다.

적용 대상