AsmResolver.Net.TypeSystem.GetMscorlibType C# (CSharp) Method

GetMscorlibType() public method

public GetMscorlibType ( ElementType elementType ) : MsCorLibTypeSignature
elementType ElementType
return 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