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>