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