DocumentLocator.accessor

Get accessor

  1. PropertyAccessor!(DocumentType, Object) accessor [@property setter]
  2. inout(PropertyAccessor!(DocumentType, Object)) accessor [@property getter]
    class DocumentLocator(DocumentType)
    @property @safe nothrow pure inout
    inout(PropertyAccessor!(DocumentType, Object))
    accessor
    ()

Return Value

Type: inout(PropertyAccessor!(DocumentType, Object))

PropertyAccessor!(DocumentType, Object)

Meta