ContainerClass.containerLength(Object[]) 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:
static int containerLength(cli::array <System::Object ^> ^ _container);
public static int containerLength (object[] _container);
static member containerLength : obj[] -> int
Public Shared Function containerLength (_container As Object()) As Integer
Parameters
- _container
- Object[]