コード例 #1
0
 public static bool IsNullOrEmpty(this IContentNode node)
 {
     return(node == null || node.IsEmpty());
 }