Show / Hide Table of Contents

Class TypeHelper_Tests.MyDictionary

Inheritance
object
System.Collections.Generic.Dictionary<TKey, TValue><bool, TypeHelper_Tests>
TypeHelper_Tests.MyDictionary
Implements
System.Collections.Generic.IDictionary<TKey, TValue><bool, TypeHelper_Tests>
System.Collections.Generic.ICollection<T><KeyValuePair<bool, TypeHelper_Tests>>
System.Collections.IDictionary
System.Collections.ICollection
System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><bool, TypeHelper_Tests>
System.Collections.Generic.IReadOnlyCollection<T><KeyValuePair<bool, TypeHelper_Tests>>
System.Collections.Generic.IEnumerable<T><KeyValuePair<bool, TypeHelper_Tests>>
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

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>>)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In This Article
Back to top Powered by Volosoft