iTextSharp.text.pdf.codec.TiffWriter.FieldBase.FieldBase C# (CSharp) Метод

FieldBase() защищенный Метод

protected FieldBase ( int tag, int fieldType, int count ) : System
tag int
fieldType int
count int
Результат System
            protected FieldBase(int tag, int fieldType, int count) {
                this.tag = tag;
                this.fieldType = fieldType;
                this.count = count;
            }