AsmResolver.Net.TypeSystem.GetMscorlibType C# (CSharp) Метод

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

public GetMscorlibType ( ElementType elementType ) : MsCorLibTypeSignature
elementType ElementType
Результат AsmResolver.Net.Signatures.MsCorLibTypeSignature
        public MsCorLibTypeSignature GetMscorlibType(ElementType elementType)
        {
            MsCorLibTypeSignature signature;
            _typesByElementType.TryGetValue(elementType, out signature);
            return signature;
        }

Same methods

TypeSystem::GetMscorlibType ( ITypeDescriptor type ) : MsCorLibTypeSignature
TypeSystem::GetMscorlibType ( string name ) : MsCorLibTypeSignature