Example #1
0
 public Authority ReadAuthority()
 {
     return(TypeSerializer.ReadPolymorphicObject <Authority>(this));
 }