2 references to StringArray
mscorlib (2)
system\runtime\interopservices\windowsruntime\clripropertyvalueimpl.cs (1)
298
return CoerceArrayValue<String>(PropertyType.
StringArray
);
system\runtime\interopservices\windowsruntime\clrireferenceimpl.cs (1)
381
return new CLRIReferenceArrayImpl<String>(PropertyType.
StringArray
, (String[])obj);