Inheritance: IFieldWeaver
 public FieldBuilderDefinition(Type type, TypeBuilder typeBuilder, string fieldName = null, FieldAttributes?fieldAttributes = null)
 {
     Type         = type;
     FieldBuilder = new FieldWeaver(typeBuilder, type, fieldName, fieldAttributes).Weave();
 }
 public FieldBuilderDefinition(Type type, TypeBuilder typeBuilder, string fieldName = null, FieldAttributes? fieldAttributes = null)
 {
     Type = type;
     FieldBuilder = new FieldWeaver(typeBuilder, type, fieldName, fieldAttributes).Weave();
 }