csharp get dictionary first key

Code Example - csharp get dictionary first key

                
                        dictionary.Keys.FirstOrDefault();
                    
                
 

csharp dictionary first

                        
                                dictionary.Keys.First();
                            
                        
 

Related code examples