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

TryGetLocalScopes() public method

public TryGetLocalScopes ( Mono.Cecil.MethodDefinition method, Row &scopes ) : bool
method Mono.Cecil.MethodDefinition
scopes Row
return bool
		public bool TryGetLocalScopes (MethodDefinition method, out Row<uint, Range, Range, uint, uint, uint> [] scopes)
		{
			return LocalScopes.TryGetValue (method.MetadataToken.RID, out scopes);
		}