Skip to main content
Commonmark migration
Source Link

###public class CommandReader

public class CommandReader

A public class with a public constructor which is acting on a passed in argument (here ProtocolReader reader) should check if the used argument is null before any call to Dispose() of that object.

###public class CommandReader

A public class with a public constructor which is acting on a passed in argument (here ProtocolReader reader) should check if the used argument is null before any call to Dispose() of that object.

public class CommandReader

A public class with a public constructor which is acting on a passed in argument (here ProtocolReader reader) should check if the used argument is null before any call to Dispose() of that object.

Source Link
Heslacher
  • 51k
  • 5
  • 83
  • 177

###public class CommandReader

A public class with a public constructor which is acting on a passed in argument (here ProtocolReader reader) should check if the used argument is null before any call to Dispose() of that object.