eolian_mono: use System.Type explicitly
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Mon, 17 Dec 2018 10:35:04 +0000 (19:35 +0900)
committerWonki Kim <wonki_.kim@samsung.com>
Tue, 18 Dec 2018 07:13:58 +0000 (16:13 +0900)
commit17ae8cd4127cfe5a32efc24a2ef02ad93c89c4e2
tree64a7d58d41e391735e26b7f31baee50c9e40c176
parent53b84d9bfd5751262dee96ae631888b97bf050f1
eolian_mono: use System.Type explicitly

Previously, "Type" was used with "using System".
However, it caused ambiguity if some classes had "Type" property.

Therefore, "System.Type" is used explicitly to remove ambiguity.
src/bin/eolian_mono/eolian/mono/klass.hh