Skip to content

Commit

Permalink
Update csharp/src/Ice/Object.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Austin Henriksen <[email protected]>
  • Loading branch information
bernardnormier and InsertCreativityHere authored Feb 1, 2024
1 parent 9cf11c8 commit d0fd080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csharp/src/Ice/Object.cs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ public static Task<OutputStream> iceD_ice_ids(Object obj, IceInternal.Incoming i
/// Returns the Slice type ID of the most-derived interface supported by this object.
/// </summary>
/// <param name="current">The Current object for the invocation.</param>
/// /// <returns>The return value is always ::Ice::Object.</returns>
/// <returns>The return value is always ::Ice::Object.</returns>
public virtual string ice_id(Current current = null)
{
return _ids[0];
Expand Down

0 comments on commit d0fd080

Please sign in to comment.