public ResolveArrayCreation ( IType elementType, ResolveResult sizeArguments, ResolveResult initializerElements = null ) : ArrayCreateResolveResult | ||
elementType | IType | /// The array element type. /// Pass null to resolve an implicitly-typed array creation. /// |
sizeArguments | ResolveResult |
/// The size arguments.
/// The length of this array will be used as the number of dimensions of the array type.
/// The resolver may mutate this array to wrap elements in |
initializerElements | ResolveResult |
/// The initializer elements. May be null if no array initializer was specified.
/// The resolver may mutate this array to wrap elements in |
return | ArrayCreateResolveResult |