如何從ProtoBuf.Meta.MetaType
Type
得到它是屬性mede(例如ProtoIncludeAttribute
)?如何從ProtoBuf.Meta.MetaType獲取類型它是mede從屬性?
例如我們從創建的組件:
[ProtoContract]
[ProtoInclude(TypeCode.MyClassChildCode, typeof(MyClassChild))]
public class MyClass {}
[ProtoContract]
public class MyClassChild: MyClass{}
我們有ProtoBuf.Meta.MetaType
我們MyClassChild
。我們想從中獲得TypeCode.MyClassChildCode
。如何做這樣的事情?
看起來好像「ProtoBuf.Meta.MetaType」從「ProtoIncludeAttribute」屬性中清除了它的「ProtoBuf.Meta.MetaType.Type」 – DuckQueen
您能否澄清/重新提出問題?我根本不明白你想問什麼。我幾乎可以肯定*回答它,但我需要先理解這個問題。 –