ModuleList Properties


ModuleList.Count

Returns number of modules in the list.
public int Count

Read only.

ModuleList.this

Returns a module from the module list.
public Module this[int index]
public Module this[string module_name]

Read only.


Copyright © 2005-2024 Alexander Baranovsky. All rights reserved.