Responder Developer Guide
NamedParameterOverloads Class
Members 


Product Availability
Required Licenses
.NET Assembly
Name/Value pairs for specifying "user" parameters when resolving
Object Model
NamedParameterOverloads Class
Syntax
'Declaration
 
<DefaultMemberAttribute("Item")>
<DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)>
<DebuggerDisplayAttribute("Count = {Count}")>
Public NotInheritable Class NamedParameterOverloads 
   Inherits System.Collections.Generic.Dictionary(Of String,Object)
'Usage
 
Dim instance As NamedParameterOverloads
[DefaultMember("Item")]
[DebuggerTypeProxy(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)]
[DebuggerDisplay("Count = {Count}")]
public sealed class NamedParameterOverloads : System.Collections.Generic.Dictionary<string,object> 
Inheritance Hierarchy

System.Object
   System.Collections.Generic.Dictionary<TKey,TValue>
      TinyIoC.NamedParameterOverloads

Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

NamedParameterOverloads Members
TinyIoC Namespace

 

 


Send Comment