Cilador.Fody.Config.InterfaceMixinMapType.GetMixinType C# (CSharp) 메소드

GetMixinType() 공개 메소드

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