다음을 통해 공유


StoreObjectDictionary<T> 클래스

정의

키를 기반으로 하는 조회를 나타냅니다 StoreObjectIdentifier .

public class StoreObjectDictionary<T> : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyStoreObjectDictionary<T> where T : class
type StoreObjectDictionary<'T (requires 'T : null)> = class
    interface IReadOnlyStoreObjectDictionary<'T (requires 'T : null)>
Public Class StoreObjectDictionary(Of T)
Implements IReadOnlyStoreObjectDictionary(Of T)

형식 매개 변수

T

값 형식입니다.

상속
StoreObjectDictionary<T>
구현

생성자

StoreObjectDictionary<T>()

키를 기반으로 하는 조회를 나타냅니다 StoreObjectIdentifier .

메서드

Add(StoreObjectIdentifier, T)

지정한 키와 값을 사전에 추가합니다.

Find(StoreObjectIdentifier)

키를 기반으로 하는 조회를 나타냅니다 StoreObjectIdentifier .

GetValues()

이 컬렉션의 값을 포함하는 컬렉션을 가져옵니다.

Remove(StoreObjectIdentifier)

컬렉션에서 지정된 키가 있는 값을 제거하고 성공하면 반환합니다.

적용 대상