Пример #1
0
 public AnnotationDefault(Annotation.ElementValue DefaultValue)
 {
     this.Name         = "AnnotationDefault";
     this.DefaultValue = DefaultValue;
 }
Пример #2
0
 protected override void Read(uint Length, BinaryReader Reader, ConstantPool Pool)
 {
     DefaultValue = Annotation.ElementValue.Read(Reader, Pool);
 }
Пример #3
0
 public AnnotationDefault()
 {
     Name         = "AnnotationDefault";
     DefaultValue = null;
 }