DynamicGraphMetaObject.BindGetIndex Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
override System::Dynamic::DynamicMetaObject ^ BindGetIndex(System::Dynamic::GetIndexBinder ^ binder, cli::array <System::Dynamic::DynamicMetaObject ^> ^ indexes);
public override System.Dynamic.DynamicMetaObject BindGetIndex (System.Dynamic.GetIndexBinder binder, System.Dynamic.DynamicMetaObject[] indexes);
override this.BindGetIndex : System.Dynamic.GetIndexBinder * System.Dynamic.DynamicMetaObject[] -> System.Dynamic.DynamicMetaObject
Public Overrides Function BindGetIndex (binder As GetIndexBinder, indexes As DynamicMetaObject()) As DynamicMetaObject
Parameters
- binder
- GetIndexBinder
- indexes
- DynamicMetaObject[]