Click or drag to resize
DictionaryExtensionsAsRestrictedAccessDictionaryTKey, TValue Method (IDictionaryTKey, TValue)
Creates a shallow ReadOnly dictionary wrapper around the given dictionary.

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static RestrictedAccessDictionary<TKey, TValue> AsRestrictedAccessDictionary<TKey, TValue>(
	this IDictionary<TKey, TValue> dictionary
)

Parameters

dictionary
Type: System.Collections.GenericIDictionaryTKey, TValue

[Missing <param name="dictionary"/> documentation for "M:Bio.Util.DictionaryExtensions.AsRestrictedAccessDictionary``2(System.Collections.Generic.IDictionary{``0,``1})"]

Type Parameters

TKey

[Missing <typeparam name="TKey"/> documentation for "M:Bio.Util.DictionaryExtensions.AsRestrictedAccessDictionary``2(System.Collections.Generic.IDictionary{``0,``1})"]

TValue

[Missing <typeparam name="TValue"/> documentation for "M:Bio.Util.DictionaryExtensions.AsRestrictedAccessDictionary``2(System.Collections.Generic.IDictionary{``0,``1})"]

Return Value

Type: RestrictedAccessDictionaryTKey, TValue

[Missing <returns> documentation for "M:Bio.Util.DictionaryExtensions.AsRestrictedAccessDictionary``2(System.Collections.Generic.IDictionary{``0,``1})"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IDictionaryTKey, TValue. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also