Skip to content

Commit

Permalink
add doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed Jun 28, 2022
1 parent 798a4ee commit 7977876
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/api/dotnet/Z3Object.cs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,10 @@ internal static IntPtr GetNativeObject(Z3Object s)
return s.NativeObject;
}

public Context Context
/// <summary>
/// Access Context object
/// </summary>
public Context Context
{
get
{
Expand Down

0 comments on commit 7977876

Please sign in to comment.