Cilador.Fody.Config.InterfaceMixinMapType.GetInterfaceType C# (CSharp) Метод

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

Gets the mixin definition interface.
public GetInterfaceType ( IWeavingContext weavingContext ) : Mono.Cecil.TypeDefinition
weavingContext IWeavingContext Context to use for resolving the type.
Результат Mono.Cecil.TypeDefinition
        public TypeDefinition GetInterfaceType(IWeavingContext weavingContext)
        {
            Contract.Requires(weavingContext != null);
            return weavingContext.GetTypeDefinition(this.Interface);
        }