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

SetInterfaceMapping() public method

public SetInterfaceMapping ( uint type_rid, MetadataToken>.Row mapping ) : void
type_rid uint
mapping MetadataToken>.Row
return void
		public void SetInterfaceMapping (uint type_rid, Row<uint, MetadataToken> [] mapping)
		{
			Interfaces [type_rid] = mapping;
		}