Pchp.CodeAnalysis.Emit.PEModuleBuilder.EncTranslateType C# (CSharp) Méthode

EncTranslateType() private méthode

private EncTranslateType ( ITypeSymbol type, DiagnosticBag diagnostics ) : Microsoft.Cci.ITypeReference
type ITypeSymbol
diagnostics DiagnosticBag
Résultat Microsoft.Cci.ITypeReference
        internal override Cci.ITypeReference EncTranslateType(ITypeSymbol type, DiagnosticBag diagnostics)
        {
            throw new NotImplementedException();
        }