Definition at line 136 of file DataContract.cs.
137 {
138 [
RequiresUnreferencedCode(
"Data Contract Serialization and Deserialization might require types that cannot be statically analyzed. Make sure all of the required types are preserved.")]
139 get
140 {
141 return null;
142 }
143 set
144 {
145 }
146 }