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

TryGetInterfaceMapping() public method

public TryGetInterfaceMapping ( Mono.Cecil.TypeDefinition type, MetadataToken>.Row &mapping ) : bool
type Mono.Cecil.TypeDefinition
mapping MetadataToken>.Row
return bool
		public bool TryGetInterfaceMapping (TypeDefinition type, out Row<uint, MetadataToken> [] mapping)
		{
			return Interfaces.TryGetValue (type.token.RID, out mapping);
		}