public ReflectionSpecialName(ReflectionSpecialNameType type, string argument = null)
			: this()
		{
			Type = type;
			Argument = argument;
		}
예제 #2
0
		public ReflectionSpecialName(ReflectionSpecialNameType type, string argument = null)
			: this()
		{
			Type = type;
			Argument = argument;
		}