Dil

StoreObjectDictionary<T> Sınıf

Tanım

Anahtarları temel alan StoreObjectIdentifier bir aramayı temsil eder.

[System.Runtime.CompilerServices.Nullable(0)]
public class StoreObjectDictionary<T> : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyStoreObjectDictionary<T> where T : class
public class StoreObjectDictionary<T> : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyStoreObjectDictionary<T> where T : class
[<System.Runtime.CompilerServices.Nullable(0)>]
type StoreObjectDictionary<'T (requires 'T : null)> = class
    interface IReadOnlyStoreObjectDictionary<'T (requires 'T : null)>
type StoreObjectDictionary<'T (requires 'T : null)> = class
    interface IReadOnlyStoreObjectDictionary<'T (requires 'T : null)>
Public Class StoreObjectDictionary(Of T)
Implements IReadOnlyStoreObjectDictionary(Of T)

Tür Parametreleri

T

Değer türü.

Devralma
StoreObjectDictionary<T>
Öznitelikler
Uygulamalar

Oluşturucular

Name Description
StoreObjectDictionary<T>()

Anahtarları temel alan StoreObjectIdentifier bir aramayı temsil eder.

Yöntemler

Name Description
Add(StoreObjectIdentifier, T)

Belirtilen anahtarı ve değeri sözlüğe ekler.

Find(StoreObjectIdentifier)

Belirtilen anahtarla ilişkili değeri alır.

GetValues()

Bu koleksiyondaki değerleri içeren bir koleksiyon alır.

Remove(StoreObjectIdentifier)

Belirtilen anahtara sahip değeri koleksiyondan kaldırır ve başarılı olursa döndürür.

Şunlara uygulanır