You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the ImportMember<T> extension has a void return type. I found myself wanting to chain them together so it would be nice to change the return type to IExportRegistrationBlock
Currently the
ImportMember<T>extension has a void return type. I found myself wanting to chain them together so it would be nice to change the return type toIExportRegistrationBlock