Skip to content

Commit 553010e

Browse files
committed
[C#] Add ToString doc.
1 parent 21409b6 commit 553010e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

csharp/sbe-dll/PrimitiveType.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,9 @@ public SbePrimitiveType Type
208208
get { return _sbePrimitiveType; }
209209
}
210210

211+
/// <summary>
212+
/// The PrimitiveName as a string.
213+
/// </summary>
211214
public override string ToString() => PrimitiveName;
212215
}
213216
}

0 commit comments

Comments
 (0)