Table of Contents

Class ForceValueForKey

Namespace
SunamoCsproj.Data
Assembly
SunamoCsproj.dll

Dictionary for forcing specific values for csproj properties. Each entry maps a property name to a dictionary of key-value pairs. Must be passed to each method individually to maintain clarity about what affects method behavior. Passing directly to constructor would save work but would reduce visibility of method dependencies.

public class ForceValueForKey : Dictionary<string, Dictionary<string, string>>, IDictionary<string, Dictionary<string, string>>, ICollection<KeyValuePair<string, Dictionary<string, string>>>, IReadOnlyDictionary<string, Dictionary<string, string>>, IReadOnlyCollection<KeyValuePair<string, Dictionary<string, string>>>, IEnumerable<KeyValuePair<string, Dictionary<string, string>>>, IDictionary, ICollection, IEnumerable, IDeserializationCallback, ISerializable
Inheritance
ForceValueForKey
Implements
Inherited Members
Extension Methods