mirror of
https://github.com/Z3Prover/z3
synced 2025-06-19 04:13:38 +00:00
add doc string
This commit is contained in:
parent
798a4ee86e
commit
79778767b0
1 changed files with 4 additions and 1 deletions
|
@ -113,7 +113,10 @@ namespace Microsoft.Z3
|
||||||
return s.NativeObject;
|
return s.NativeObject;
|
||||||
}
|
}
|
||||||
|
|
||||||
public Context Context
|
/// <summary>
|
||||||
|
/// Access Context object
|
||||||
|
/// </summary>
|
||||||
|
public Context Context
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue