public ReflectionSpecialName(ReflectionSpecialNameType type, string argument = null)
			: this()
		{
			Type = type;
			Argument = argument;
		}
Ejemplo n.º 2
0
		public ReflectionSpecialName(ReflectionSpecialNameType type, string argument = null)
			: this()
		{
			Type = type;
			Argument = argument;
		}