Space Engineers
|
Indicates that a member should be excluded from serialization; this is only normally used when using implict fields. This allows ProtoIgnoreAttribute usage even for partial classes where the individual members are not under direct control. More...
Public Member Functions | |
ProtoPartialIgnoreAttribute (string memberName) | |
Creates a new ProtoPartialIgnoreAttribute instance. More... | |
Properties | |
string | MemberName [get] |
The name of the member to be ignored. More... | |
Indicates that a member should be excluded from serialization; this is only normally used when using implict fields. This allows ProtoIgnoreAttribute usage even for partial classes where the individual members are not under direct control.
Definition at line 23 of file ProtoIgnoreAttribute.cs.
|
inline |
Creates a new ProtoPartialIgnoreAttribute instance.
memberName | Specifies the member to be ignored. |
Definition at line 29 of file ProtoIgnoreAttribute.cs.
|
get |
The name of the member to be ignored.
Definition at line 38 of file ProtoIgnoreAttribute.cs.