SimpleFramework.Xml.Core.Builder.IsDefault C# (CSharp) Method

IsDefault() public method

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
return bool
      public bool IsDefault() {
         return index.size() == 0;
      }
      /// <summary>