We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 155a240 commit 92eeb08Copy full SHA for 92eeb08
crates/bindings-csharp/BSATN.Codegen/Type.cs
@@ -25,7 +25,8 @@ bool IsNullableReferenceType
25
internal static string BSATN_FIELD_SUFFIX = "RW";
26
27
/// <summary>
28
- /// The name of the static field containing an IReadWrite in the struct BSATN associated with this type.
+ /// The name of the static field containing an IReadWrite in the IReadWrite struct associated with this type.
29
+ /// We make sure this is different from the field name so that collisions cannot occur.
30
/// </summary>
31
public string BsatnFieldName
32
{
0 commit comments