diff --git a/src/Generator/Generators/CSharp/CSharpTypePrinter.cs b/src/Generator/Generators/CSharp/CSharpTypePrinter.cs index 22135516..ef36f5c9 100644 --- a/src/Generator/Generators/CSharp/CSharpTypePrinter.cs +++ b/src/Generator/Generators/CSharp/CSharpTypePrinter.cs @@ -840,7 +840,7 @@ namespace CppSharp.Generators.CSharp public CSharpTypePrinterResult VisitVectorType(VectorType vectorType, TypeQualifiers quals) { - throw new NotImplementedException(); + return vectorType.ElementType.Visit(this); } public CSharpTypePrinterResult VisitUnsupportedType(UnsupportedType type, TypeQualifiers quals)