Show / Hide Table of Contents

Class BundleParameterDictionary

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

Constructors

BundleParameterDictionary()

Declaration
public BundleParameterDictionary()

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

AbpDictionaryExtensions.GetOrDefault<TKey, TValue>(Dictionary<TKey, TValue>, TKey)
AbpCollectionExtensions.AddIfNotContains<T>(ICollection<T>, IEnumerable<T>)
AbpCollectionExtensions.AddIfNotContains<T>(ICollection<T>, T)
AbpCollectionExtensions.AddIfNotContains<T>(ICollection<T>, Func<T, bool>, Func<T>)
AbpCollectionExtensions.IsNullOrEmpty<T>(ICollection<T>)
AbpCollectionExtensions.RemoveAll<T>(ICollection<T>, IEnumerable<T>)
AbpCollectionExtensions.RemoveAll<T>(ICollection<T>, Func<T, bool>)
AbpDictionaryExtensions.GetOrAdd<TKey, TValue>(IDictionary<TKey, TValue>, TKey, Func<TKey, TValue>)
AbpDictionaryExtensions.GetOrAdd<TKey, TValue>(IDictionary<TKey, TValue>, TKey, Func<TValue>)
AbpDictionaryExtensions.GetOrDefault<TKey, TValue>(IDictionary<TKey, TValue>, TKey)
AbpEnumerableExtensions.JoinAsString<T>(IEnumerable<T>, string)
AbpEnumerableExtensions.WhereIf<T>(IEnumerable<T>, bool, Func<T, bool>)
AbpEnumerableExtensions.WhereIf<T>(IEnumerable<T>, bool, Func<T, int, bool>)
AbpListExtensions.SortByDependencies<T>(IEnumerable<T>, Func<T, IEnumerable<T>>, IEqualityComparer<T>)
AbpDictionaryExtensions.GetOrDefault<TKey, TValue>(IReadOnlyDictionary<TKey, TValue>, TKey)
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