Class TypeHelper_Tests.MyDictionary
Inheritance
object
TypeHelper_Tests.MyDictionary
Implements
System.Collections.IDictionary
System.Collections.ICollection
System.Collections.IEnumerable
System.Runtime.Serialization.ISerializable
System.Runtime.Serialization.IDeserializationCallback
Inherited Members
System.Collections.Generic.Dictionary<bool, Volo.Abp.Reflection.TypeHelper_Tests>.Add(bool, Volo.Abp.Reflection.TypeHelper_Tests)
System.Collections.Generic.Dictionary<bool, Volo.Abp.Reflection.TypeHelper_Tests>.Clear()
System.Collections.Generic.Dictionary<bool, Volo.Abp.Reflection.TypeHelper_Tests>.ContainsKey(bool)
System.Collections.Generic.Dictionary<bool, Volo.Abp.Reflection.TypeHelper_Tests>.ContainsValue(Volo.Abp.Reflection.TypeHelper_Tests)
System.Collections.Generic.Dictionary<bool, Volo.Abp.Reflection.TypeHelper_Tests>.GetEnumerator()
System.Collections.Generic.Dictionary<bool, Volo.Abp.Reflection.TypeHelper_Tests>.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Collections.Generic.Dictionary<bool, Volo.Abp.Reflection.TypeHelper_Tests>.OnDeserialization(object)
System.Collections.Generic.Dictionary<bool, Volo.Abp.Reflection.TypeHelper_Tests>.Remove(bool)
System.Collections.Generic.Dictionary<bool, Volo.Abp.Reflection.TypeHelper_Tests>.Remove(bool, out Volo.Abp.Reflection.TypeHelper_Tests)
System.Collections.Generic.Dictionary<bool, Volo.Abp.Reflection.TypeHelper_Tests>.TryGetValue(bool, out Volo.Abp.Reflection.TypeHelper_Tests)
System.Collections.Generic.Dictionary<bool, Volo.Abp.Reflection.TypeHelper_Tests>.TryAdd(bool, Volo.Abp.Reflection.TypeHelper_Tests)
System.Collections.Generic.Dictionary<bool, Volo.Abp.Reflection.TypeHelper_Tests>.EnsureCapacity(int)
System.Collections.Generic.Dictionary<bool, Volo.Abp.Reflection.TypeHelper_Tests>.TrimExcess()
System.Collections.Generic.Dictionary<bool, Volo.Abp.Reflection.TypeHelper_Tests>.TrimExcess(int)
System.Collections.Generic.Dictionary<bool, Volo.Abp.Reflection.TypeHelper_Tests>.Comparer
System.Collections.Generic.Dictionary<bool, Volo.Abp.Reflection.TypeHelper_Tests>.Count
System.Collections.Generic.Dictionary<bool, Volo.Abp.Reflection.TypeHelper_Tests>.Keys
System.Collections.Generic.Dictionary<bool, Volo.Abp.Reflection.TypeHelper_Tests>.Values
System.Collections.Generic.Dictionary<bool, Volo.Abp.Reflection.TypeHelper_Tests>.this[bool]
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Reflection
Assembly: Volo.Abp.Core.Tests.dll
Syntax
public class TypeHelper_Tests.MyDictionary : Dictionary<bool, TypeHelper_Tests>, IDictionary<bool, TypeHelper_Tests>, ICollection<KeyValuePair<bool, TypeHelper_Tests>>, IDictionary, ICollection, IReadOnlyDictionary<bool, TypeHelper_Tests>, IReadOnlyCollection<KeyValuePair<bool, TypeHelper_Tests>>, IEnumerable<KeyValuePair<bool, TypeHelper_Tests>>, IEnumerable, ISerializable, IDeserializationCallback
Constructors
MyDictionary()
Declaration
public MyDictionary()
Implements
System.Collections.Generic.IDictionary<TKey, TValue>
System.Collections.Generic.ICollection<T>
System.Collections.IDictionary
System.Collections.ICollection
System.Collections.Generic.IReadOnlyDictionary<TKey, TValue>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
System.Runtime.Serialization.ISerializable
System.Runtime.Serialization.IDeserializationCallback