![]() |
#11 |
Участник
|
Цитата:
X++: System.Type type;
System.Object guids;
type = System.Type::GetType("System.Guid[]");
guids = System.Activator::CreateInstance(type); |
|
|
|