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

NormalizeTypeName() защищенный Метод

protected NormalizeTypeName ( String type ) : String
type String
Результат String
		protected virtual String NormalizeTypeName(String type)
		{
			String fullTypeName = TypeAliasDictionary.Instance[type];
			return fullTypeName != null ? fullTypeName : type;
		}