DefineCapturedScope() private method

private DefineCapturedScope ( int scope_id, int id, string captured_name ) : void
scope_id int
id int
captured_name string
return void
Esempio n. 1
0
 public void DefineCapturedScope(int scope_id, int id, string captured_name)
 {
     file.DefineCapturedScope(scope_id, id, captured_name);
 }