OpenScope() public method

public OpenScope ( int start_offset ) : int
start_offset int
return int
 public int OpenScope(int startOffset)
 {
     return(msw.OpenScope(startOffset));
 }
 public uint OpenScope(uint startOffset)
 {
     return((uint)msw.OpenScope((int)startOffset));
 }