LockingStepCount Property
Returns the number of active LockingSteps. This is not the length of the vector, because the locking-operations are stored(represented) there (not the LockingSteps).
            
            
            
            
            
            
            
            public int LockingStepCount {get;}
             
        
            
            public:
property int LockingStepCount {
   int get();
}
             
        
             
        
            
            
            Property Value
Returns the number of started LockingStep objects (and not ended).