Class VoiceLibrary.Repo
Database for storing voice data.
Implements
Inherited Members
ReferencedDictionary<string, Voice>.serializedList
ReferencedDictionary<string, Voice>.Count
ReferencedDictionary<string, Voice>.IsReadOnly
ReferencedDictionary<string, Voice>.GetEnumerator()
ReferencedDictionary<string, Voice>.Add(KeyValuePair<string, Voice>)
ReferencedDictionary<string, Voice>.AddRange(IEnumerable<KeyValuePair<string, Voice>>)
ReferencedDictionary<string, Voice>.Clear()
ReferencedDictionary<string, Voice>.Contains(KeyValuePair<string, Voice>)
ReferencedDictionary<string, Voice>.CopyTo(KeyValuePair<string, Voice>[], int)
ReferencedDictionary<string, Voice>.Remove(KeyValuePair<string, Voice>)
ReferencedDictionary<string, Voice>.RemoveAll(Predicate<KeyValuePair<string, Voice>>)
ReferencedDictionary<string, Voice>.FindAll(Predicate<Voice>)
ReferencedDictionary<string, Voice>.Add(string, Voice)
ReferencedDictionary<string, Voice>.ContainsKey(string)
ReferencedDictionary<string, Voice>.Remove(string)
ReferencedDictionary<string, Voice>.TryGetValue(string, out Voice)
ReferencedDictionary<string, Voice>.this[string]
ReferencedDictionary<string, Voice>.Keys
ReferencedDictionary<string, Voice>.Values
Namespace: Glitch9.AIDevKit
Assembly: .dll
Syntax
public class VoiceLibrary.Repo : Database<Voice>, IDictionary<string, Voice>, ICollection<KeyValuePair<string, Voice>>, IEnumerable<KeyValuePair<string, Voice>>
Implements
System.Collections.Generic.IDictionary<TKey, TValue>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IEnumerable<T>