Mono.Cecil.MetadataSystem.SetLocalScopes C# (CSharp) Method

SetLocalScopes() public method

public SetLocalScopes ( uint method_rid, Row records ) : void
method_rid uint
records Row
return void
		public void SetLocalScopes (uint method_rid, Row<uint, Range, Range, uint, uint, uint> [] records)
		{
			LocalScopes [method_rid] = records;
		}