ICSharpCode.NRefactory.MonoCSharp.SymbolWriter.DefineCapturedParameter C# (CSharp) Method

DefineCapturedParameter() public static method

public static DefineCapturedParameter ( int scope_id, string name, string captured_name ) : void
scope_id int
name string
captured_name string
return void
		public static void DefineCapturedParameter (int scope_id, string name,
							    string captured_name)
		{
			if (symwriter != null)
				symwriter.DefineCapturedParameter (scope_id, name, captured_name);
		}