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