GeneratorContextItem Property |
[Missing <summary> documentation for "P:X3Platform.DynamicProxy.GeneratorContext.Item(System.String)"]
Namespace: X3Platform.DynamicProxyAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic Object this[
string key
] { get; set; }
public:
property Object^ default[String^ key] {
Object^ get (String^ key);
void set (String^ key, Object^ value);
}
Parameters
- key
- Type: SystemString
Property Value
Type:
Object
See Also