Mono.Cecil.MetadataSystem.RemoveInterfaceMapping C# (CSharp) Метод

RemoveInterfaceMapping() публичный Метод

public RemoveInterfaceMapping ( Mono.Cecil.TypeDefinition type ) : void
type Mono.Cecil.TypeDefinition
Результат void
		public void RemoveInterfaceMapping (TypeDefinition type)
		{
			Interfaces.Remove (type.token.RID);
		}