Exemplo n.º 1
0
 /// <summary>
 /// Creates a new method scope with custom flags.
 /// </summary>
 /// <param name="scopeFlags">The scope flags.</param>
 /// <returns>A new method scope.</returns>
 public Scope CreateScope(ScopeFlags scopeFlags) => Method.CreateScope(scopeFlags);
Exemplo n.º 2
0
 /// <summary>
 /// Creates a new method scope with default flags.
 /// </summary>
 /// <returns>A new method scope.</returns>
 public Scope CreateScope() => Method.CreateScope();