Search Results for

    Show / Hide Table of Contents

    Class ShellCommandCatalog.Repo

    Inheritance
    object
    SerializableDictionary<string, ShellCommandEntry>
    SerializableDatabase<ShellCommandEntry>
    ShellCommandCatalog.Repo
    Implements
    IDictionary<string, ShellCommandEntry>
    ICollection<KeyValuePair<string, ShellCommandEntry>>
    IEnumerable<KeyValuePair<string, ShellCommandEntry>>
    IEnumerable
    Inherited Members
    SerializableDictionary<string, ShellCommandEntry>.serializedList
    SerializableDictionary<string, ShellCommandEntry>.Count
    SerializableDictionary<string, ShellCommandEntry>.IsReadOnly
    SerializableDictionary<string, ShellCommandEntry>.GetEnumerator()
    SerializableDictionary<string, ShellCommandEntry>.ToDictionary()
    SerializableDictionary<string, ShellCommandEntry>.Add(KeyValuePair<string, ShellCommandEntry>)
    SerializableDictionary<string, ShellCommandEntry>.AddRange(IEnumerable<KeyValuePair<string, ShellCommandEntry>>)
    SerializableDictionary<string, ShellCommandEntry>.Clear()
    SerializableDictionary<string, ShellCommandEntry>.Contains(KeyValuePair<string, ShellCommandEntry>)
    SerializableDictionary<string, ShellCommandEntry>.CopyTo(KeyValuePair<string, ShellCommandEntry>[], int)
    SerializableDictionary<string, ShellCommandEntry>.Remove(KeyValuePair<string, ShellCommandEntry>)
    SerializableDictionary<string, ShellCommandEntry>.RemoveAll(Predicate<KeyValuePair<string, ShellCommandEntry>>)
    SerializableDictionary<string, ShellCommandEntry>.FindAll(Predicate<ShellCommandEntry>)
    SerializableDictionary<string, ShellCommandEntry>.Add(string, ShellCommandEntry)
    SerializableDictionary<string, ShellCommandEntry>.ContainsKey(string)
    SerializableDictionary<string, ShellCommandEntry>.Remove(string)
    SerializableDictionary<string, ShellCommandEntry>.TryGetValue(string, out ShellCommandEntry)
    SerializableDictionary<string, ShellCommandEntry>.this[string]
    SerializableDictionary<string, ShellCommandEntry>.Keys
    SerializableDictionary<string, ShellCommandEntry>.Values
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit
    Assembly: Glitch9.AIDevKit.dll
    Syntax
    [Serializable]
    public class ShellCommandCatalog.Repo : SerializableDatabase<ShellCommandEntry>, IDictionary<string, ShellCommandEntry>, ICollection<KeyValuePair<string, ShellCommandEntry>>, IEnumerable<KeyValuePair<string, ShellCommandEntry>>, IEnumerable

    Implements

    IDictionary<TKey, TValue>
    ICollection<T>
    IEnumerable<T>
    IEnumerable

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    CollectionExtensions.AddOrUpdate<TKey, TValue>(IDictionary<TKey, TValue>, TKey, TValue)
    CollectionExtensions.ContainsAll<T>(IEnumerable<T>, IEnumerable<T>)
    CollectionExtensions.ContainsAny<T>(IEnumerable<T>, params T[])
    CollectionExtensions.IndexOf<T>(IEnumerable<T>, Func<T, bool>)
    CollectionExtensions.IsNotNullOrEmpty<T>(IEnumerable<T>)
    CollectionExtensions.IsNullOrEmpty<T>(IEnumerable<T>)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation