Пример #1
0
 internal void Deconstruct(out EmitBindingCommand command, out MethodDefinition toProperty)
 {
     command    = Command;
     toProperty = ToSetter;
 }
Пример #2
0
 internal BindingCommand(EmitBindingCommand command, MethodDefinition property)
 {
     Command  = command;
     ToSetter = property;
 }