DynamicMethodGroup

Overview

Location

Properties


Count

 

property Count: Integer read;

 

Integer Count { get; }

 

var Count: Integer { get{} }

 

Integer Count { __get; }

 

ReadOnly Property Count() As Integer

Inst

 

property Inst: Object read;

 

Object Inst { get; }

 

var Inst: Object { get{} }

 

Object Inst { __get; }

 

ReadOnly Property Inst() As Object

Item

 

property Item[i: Integer]: Method read;

 

Method Item[Integer i] { get; }

 

subscript Item(_ i: Integer) -> Method { get{} }

 

Method Item[Integer i] { __get; }

 

ReadOnly Property Item(i As Integer) As Method

Instance Methods


constructor

 

constructor(aInst: Object; aItems: ArrayList<Method>)

 

DynamicMethodGroup(Object aInst, ArrayList<Method> aItems)

 

init(_ aInst: Object, _ aItems: ArrayList<Method>)

 

DynamicMethodGroup(Object aInst, ArrayList<Method> aItems)

 

Sub New(aInst As Object, aItems As ArrayList<Method>)

Parameters:

  • aInst:
  • aItems: