Exemplo n.º 1
0
 private void FetchChild(NonSerializedObject x)
 {
 }
Exemplo n.º 2
0
 private void Child_Fetch(NonSerializedObject x)
 {
 }
Exemplo n.º 3
0
 private void FetchWithInject([Inject] NonSerializedObject x)
 {
 }
Exemplo n.º 4
0
 // This should fail because it's not serializable.
 private void DataPortal_Fetch(NonSerializedObject x)
 {
 }