LdindOpCodesDictionaryItem Property |
[Missing <summary> documentation for "P:X3Platform.DynamicProxy.Builder.CodeBuilder.Utils.LdindOpCodesDictionary.Item(System.Type)"]
Namespace: X3Platform.DynamicProxy.Builder.CodeBuilder.UtilsAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic OpCode this[
Type type
] { get; }
public:
property OpCode default[Type^ type] {
OpCode get (Type^ type);
}
Parameters
- type
- Type: SystemType
Property Value
Type:
OpCode
See Also