Gets the current item in the collection.
            
            
            
            
            
            
            
            'Declaration
 
Public ReadOnly Property Current As Object
             
        
            
            'Usage
 
Dim instance As Renderers
Dim value As Object
 
value = instance.Current
             
        
            
            public object Current {get;}
             
        
            
            public:
property Object^ Current {
   Object^ get();
}
             
        
             
        
            
            
            Property Value
The current item in the collection.