Click or drag to resize
LdcOpCodesDictionary Class
Provides appropriate Ldc.X opcode for the type of primitive value to be loaded.
Inheritance Hierarchy
SystemObject
  System.CollectionsDictionaryBase
    X3Platform.DynamicProxy.Builder.CodeBuilder.UtilsLdcOpCodesDictionary

Namespace: X3Platform.DynamicProxy.Builder.CodeBuilder.Utils
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public sealed class LdcOpCodesDictionary : DictionaryBase

The LdcOpCodesDictionary type exposes the following members.

Methods
  NameDescription
Public methodClear (Inherited from DictionaryBase.)
Public methodCopyTo (Inherited from DictionaryBase.)
Public methodEquals (Inherited from Object.)
Public methodGetEnumerator (Inherited from DictionaryBase.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Properties
  NameDescription
Public propertyCount (Inherited from DictionaryBase.)
Public propertyStatic memberEmptyOpCode
Public propertyStatic memberInstance
Public propertyItem
Top
See Also