AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class ModelLibrary.Repo

    Database for storing model data.

    Inheritance
    object
    ReferencedDictionary<string, Model>
    Database<Model>
    ModelLibrary.Repo
    Implements
    IDictionary<string, Model>
    ICollection<KeyValuePair<string, Model>>
    IEnumerable<KeyValuePair<string, Model>>
    Inherited Members
    ReferencedDictionary<string, Model>.serializedList
    ReferencedDictionary<string, Model>.Count
    ReferencedDictionary<string, Model>.IsReadOnly
    ReferencedDictionary<string, Model>.GetEnumerator()
    ReferencedDictionary<string, Model>.Add(KeyValuePair<string, Model>)
    ReferencedDictionary<string, Model>.AddRange(IEnumerable<KeyValuePair<string, Model>>)
    ReferencedDictionary<string, Model>.Clear()
    ReferencedDictionary<string, Model>.Contains(KeyValuePair<string, Model>)
    ReferencedDictionary<string, Model>.CopyTo(KeyValuePair<string, Model>[], int)
    ReferencedDictionary<string, Model>.Remove(KeyValuePair<string, Model>)
    ReferencedDictionary<string, Model>.RemoveAll(Predicate<KeyValuePair<string, Model>>)
    ReferencedDictionary<string, Model>.FindAll(Predicate<Model>)
    ReferencedDictionary<string, Model>.Add(string, Model)
    ReferencedDictionary<string, Model>.ContainsKey(string)
    ReferencedDictionary<string, Model>.Remove(string)
    ReferencedDictionary<string, Model>.TryGetValue(string, out Model)
    ReferencedDictionary<string, Model>.this[string]
    ReferencedDictionary<string, Model>.Keys
    ReferencedDictionary<string, Model>.Values
    Namespace: Glitch9.AIDevKit
    Assembly: .dll
    Syntax
    public class ModelLibrary.Repo : Database<Model>, IDictionary<string, Model>, ICollection<KeyValuePair<string, Model>>, IEnumerable<KeyValuePair<string, Model>>

    Implements

    System.Collections.Generic.IDictionary<TKey, TValue>
    System.Collections.Generic.ICollection<T>
    System.Collections.Generic.IEnumerable<T>
    In this article
    Back to top Generated by DocFX