AspectSharp.Core.Matchers.TypeAliasDictionary.TypeAliasDictionary C# (CSharp) Метод

TypeAliasDictionary() приватный Метод

private TypeAliasDictionary ( ) : System
Результат System
		private TypeAliasDictionary()
		{
			_map["int"] = typeof (int).FullName;
			_map["string"] = typeof (string).FullName;
			_map["float"] = typeof (float).FullName;
			_map["double"] = typeof (double).FullName;
			_map["byte"] = typeof (byte).FullName;
			_map["long"] = typeof (long).FullName;
			_map["short"] = typeof (Int16).FullName;
			_map["int32"] = typeof (Int32).FullName;
			_map["int64"] = typeof (Int64).FullName;
			_map["single"] = typeof (Single).FullName;
			_map["single"] = typeof (Single).FullName;
		}
TypeAliasDictionary