Skip to content

Commit 4f9040f

Browse files
committed
Removed "CustomCSTypesToJS" option.
Now the code checks for a correct Attribute, no matter where the code is from, not exclusively from a "CSharpToJavaScript" namespace.
1 parent 4eab45f commit 4f9040f

File tree

2 files changed

+139
-223
lines changed

2 files changed

+139
-223
lines changed

CSharpToJavaScript/CSTOJSOptions.cs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,6 @@ public class CSTOJSOptions
7272
/// </value>
7373
public Dictionary<string, string> CustomCSNamesToJS { get; set; } = new();
7474

75-
/// <summary>
76-
/// Array of types to convert.
77-
/// </summary>
78-
/// <remarks>Example: Similar to <see cref="CSTOJSOptions.CustomCSNamesToJS" />, but convers the type. You need to use <see cref="ToAttribute" />.</remarks>
79-
/// <value>
80-
/// Default: <c>new()</c>
81-
/// </value>
82-
public Type[] CustomCSTypesToJS { get; set; } = [];
83-
8475
/// <summary>
8576
/// Add a <see cref="StringBuilder" /> to the front of a javascript file.
8677
/// </summary>

0 commit comments

Comments
 (0)