SimpleFramework.Xml.Core.Builder.IsDefault C# (CSharp) Метод

IsDefault() публичный Метод

This is used to determine if this Builder is a default constructor. If the class does contain a no argument constructor then this will return true.
public IsDefault ( ) : bool
Результат bool
      public bool IsDefault() {
         return index.size() == 0;
      }
      /// <summary>