Show / Hide Table of Contents

Class TypeHelper_Tests.MyDictionary

Inheritance
object
Dictionary<bool, TypeHelper_Tests>
TypeHelper_Tests.MyDictionary
Implements
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
Inherited Members
Dictionary<bool, TypeHelper_Tests>.Add(bool, TypeHelper_Tests)
Dictionary<bool, TypeHelper_Tests>.Clear()
Dictionary<bool, TypeHelper_Tests>.ContainsKey(bool)
Dictionary<bool, TypeHelper_Tests>.ContainsValue(TypeHelper_Tests)
Dictionary<bool, TypeHelper_Tests>.GetEnumerator()
Dictionary<bool, TypeHelper_Tests>.GetAlternateLookup<TAlternateKey>()
Dictionary<bool, TypeHelper_Tests>.TryGetAlternateLookup<TAlternateKey>(out Dictionary<bool, TypeHelper_Tests>.AlternateLookup<TAlternateKey>)
Dictionary<bool, TypeHelper_Tests>.OnDeserialization(object)
Dictionary<bool, TypeHelper_Tests>.Remove(bool)
Dictionary<bool, TypeHelper_Tests>.Remove(bool, out TypeHelper_Tests)
Dictionary<bool, TypeHelper_Tests>.TryGetValue(bool, out TypeHelper_Tests)
Dictionary<bool, TypeHelper_Tests>.TryAdd(bool, TypeHelper_Tests)
Dictionary<bool, TypeHelper_Tests>.EnsureCapacity(int)
Dictionary<bool, TypeHelper_Tests>.TrimExcess()
Dictionary<bool, TypeHelper_Tests>.TrimExcess(int)
Dictionary<bool, TypeHelper_Tests>.Comparer
Dictionary<bool, TypeHelper_Tests>.Count
Dictionary<bool, TypeHelper_Tests>.Capacity
Dictionary<bool, TypeHelper_Tests>.Keys
Dictionary<bool, TypeHelper_Tests>.Values
Dictionary<bool, 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

IDictionary<TKey, TValue>
ICollection<T>
IDictionary
ICollection
IReadOnlyDictionary<TKey, TValue>
IReadOnlyCollection<T>
IEnumerable<T>
IEnumerable
ISerializable
IDeserializationCallback

Extension Methods

AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.IsIn<T>(T, params T[])
AbpQueryableExtensions.OrderByIf<T, TQueryable>(TQueryable, bool, string)
AbpQueryableExtensions.PageBy<T, TQueryable>(TQueryable, int, int)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, int, bool>>)
AbpOpenIddictQueryableExtensions.SkipIf<T, TQueryable>(TQueryable, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, TQueryable>(TQueryable, bool, int?)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In this article
Back to top Powered by ABP.IO Platform