We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57a648b commit 3a27116Copy full SHA for 3a27116
1 file changed
src/GraphODataTemplateWriter/CodeHelpers/CSharp/TypeHelperCSharp.cs
@@ -198,7 +198,7 @@ public static bool IsComplex(this OdcmType type)
198
199
public static bool IsComplex(this string t)
200
{
201
- return !TypeHelperCSharp.SimpleTypes.Contains(t);
+ return !SimpleTypes.Contains(t);
202
}
203
204
public static string GetNamespaceName(this OdcmNamespace namespaceObject)
0 commit comments