3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-10 19:27:06 +00:00

add doc string

This commit is contained in:
Nikolaj Bjorner 2022-06-28 14:25:43 -07:00
parent 798a4ee86e
commit 79778767b0

View file

@ -113,7 +113,10 @@ namespace Microsoft.Z3
return s.NativeObject;
}
public Context Context
/// <summary>
/// Access Context object
/// </summary>
public Context Context
{
get
{