blah blah blah is here! blah blah » Close

0
votes
1 answers

don't understand some syntax

I've got some code which doesn't make sense to me. I would appreciate some help as I am still new to c# The code is: private class VolumeBuilder : IDisposable { #region Private fields private r ...

0
votes
1 answers

c# IEnumerable debugging question.

My background is Java and I'm new to c#. I noticed in a class constructor it didn't call a routine called FilterSourceFrames. I did this by putting break points and seeing where it stopped. I thought it might be something to do with the ...

Feedback