riyowry / protobuf-net

Automatically exported from code.google.com/p/protobuf-net
Other
0 stars 0 forks source link

Syntax error on ProtoInclude example in Wiki -> GettingStarted #417

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
On the document:
[ProtoContract]
[ProtoInclude(7, typeof(SomeDerivedType)]
Corrected form:
[ProtoContract]
[ProtoInclude(7, typeof(SomeDerivedType))]

Original issue reported on code.google.com by Brian.We...@salespad.net on 25 Nov 2013 at 4:23