EasyPropertyIndexParameters Property |
[Missing <summary> documentation for "P:X3Platform.DynamicProxy.Builder.CodeBuilder.EasyProperty.IndexParameters"]
Namespace: X3Platform.DynamicProxy.Builder.CodeBuilderAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic ParameterInfo[] IndexParameters { get; set; }
public:
property array<ParameterInfo^>^ IndexParameters {
array<ParameterInfo^>^ get ();
void set (array<ParameterInfo^>^ value);
}
Property Value
Type:
ParameterInfo
See Also