R
Ray Cassick \(Home\)
FxCop seems to hate this:
Public Class Foo
Dim mPrivate count As Integer = 0
..
..
..
End Class
Why? It says that the code is inefficient and not needed because the runtime
will do it for me.
Well heck, I want to be SURE it will be done, not rely on some runtime to do
it.
Sheesh.
--
Raymond R Cassick
CEO / CSA
Enterprocity Inc.
www.enterprocity.com
3380 Sheridan Drive, #143
Amherst, NY 14227
V: 716-316-5973
Blog: http://spaces.msn.com/members/rcassick/
Public Class Foo
Dim mPrivate count As Integer = 0
..
..
..
End Class
Why? It says that the code is inefficient and not needed because the runtime
will do it for me.
Well heck, I want to be SURE it will be done, not rely on some runtime to do
it.
Sheesh.
--
Raymond R Cassick
CEO / CSA
Enterprocity Inc.
www.enterprocity.com
3380 Sheridan Drive, #143
Amherst, NY 14227
V: 716-316-5973
Blog: http://spaces.msn.com/members/rcassick/