Cilador.Fody.Config.InterfaceMixinMapType.GetMixinType C# (CSharp) Méthode

GetMixinType() public méthode

Gets the mixin implementation type.
public GetMixinType ( IWeavingContext weavingContext ) : Mono.Cecil.TypeDefinition
weavingContext IWeavingContext Context to use for resolving the type.
Résultat Mono.Cecil.TypeDefinition
        public TypeDefinition GetMixinType(IWeavingContext weavingContext)
        {
            Contract.Requires(weavingContext != null);
            return weavingContext.GetTypeDefinition(this.Mixin);
        }