Mono.Cecil.MetadataSystem.SetInterfaceMapping C# (CSharp) 메소드

SetInterfaceMapping() 공개 메소드

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