コード例 #1
0
		private static TypeSyntax GetOutermostType(TypeSyntax type)
		{
			return type.GetAncestorsOrThis<TypeSyntax>().Last();
		}