Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / WinForms / Managed / System / WinForms / AlphaSortedEnumConverter.cs / 1 / AlphaSortedEnumConverter.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System; using System.ComponentModel; using System.Collections; internal class AlphaSortedEnumConverter : EnumConverter { public AlphaSortedEnumConverter(Type type) : base(type) { } protected override IComparer Comparer { get { return EnumValAlphaComparer.Default; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System; using System.ComponentModel; using System.Collections; internal class AlphaSortedEnumConverter : EnumConverter { public AlphaSortedEnumConverter(Type type) : base(type) { } protected override IComparer Comparer { get { return EnumValAlphaComparer.Default; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- BaseParser.cs
- PropertyAccessVisitor.cs
- ControlAdapter.cs
- TextTreeTextNode.cs
- Image.cs
- IsolatedStorage.cs
- TypeDependencyAttribute.cs
- TargetParameterCountException.cs
- TextTreeText.cs
- Comparer.cs
- ContextBase.cs
- UniqueIdentifierService.cs
- DockPatternIdentifiers.cs
- ParallelEnumerableWrapper.cs
- VectorKeyFrameCollection.cs
- WindowAutomationPeer.cs
- DataRecordObjectView.cs
- WorkflowInlining.cs
- ContextToken.cs
- CodePrimitiveExpression.cs
- XPathArrayIterator.cs
- TransactionState.cs
- DataBoundControl.cs
- Exceptions.cs
- SelectionEditingBehavior.cs
- PixelShader.cs
- RadioButton.cs
- ProfilePropertySettingsCollection.cs
- Label.cs
- StateRuntime.cs
- XmlSchemaValidator.cs
- FileDialog.cs
- _HeaderInfo.cs
- DoubleLinkListEnumerator.cs
- FileVersion.cs
- Parser.cs
- DataBinder.cs
- MethodToken.cs
- TripleDES.cs
- BaseInfoTable.cs
- TypeHelper.cs
- IDReferencePropertyAttribute.cs
- AuthorizationPolicyTypeElement.cs
- ProtectedProviderSettings.cs
- FrameworkElementAutomationPeer.cs
- SafeNativeMethods.cs
- ToolStripPanelRow.cs
- OdbcConnection.cs
- SymbolMethod.cs
- InvokeProviderWrapper.cs
- PathFigureCollection.cs
- ContainerUtilities.cs
- MobileControlDesigner.cs
- ColorContextHelper.cs
- RotateTransform3D.cs
- ServiceBehaviorAttribute.cs
- TrustManager.cs
- EventWaitHandle.cs
- DesignTimeParseData.cs
- AgileSafeNativeMemoryHandle.cs
- TreeNodeBindingCollection.cs
- PtsCache.cs
- PerformanceCounter.cs
- Polygon.cs
- StaticExtensionConverter.cs
- ObjectStateFormatter.cs
- UnmanagedMemoryStream.cs
- StringFunctions.cs
- AudioFormatConverter.cs
- WebRequest.cs
- MailMessageEventArgs.cs
- AuthenticationModuleElement.cs
- ClientSideQueueItem.cs
- FileAuthorizationModule.cs
- WsatServiceAddress.cs
- SmiGettersStream.cs
- EntitySetDataBindingList.cs
- DispatcherExceptionFilterEventArgs.cs
- RequestNavigateEventArgs.cs
- Vector3DAnimationBase.cs
- SafeLocalMemHandle.cs
- __TransparentProxy.cs
- MergeFailedEvent.cs
- XmlSchemaInfo.cs
- EntityRecordInfo.cs
- GridView.cs
- AdornerLayer.cs
- VariableQuery.cs
- DelegatedStream.cs
- LineBreak.cs
- TextElementAutomationPeer.cs
- TextChangedEventArgs.cs
- SoapReflectionImporter.cs
- BaseParagraph.cs
- ClientOptions.cs
- SetterBaseCollection.cs
- AuthenticateEventArgs.cs
- TypeResolver.cs
- securestring.cs
- StateMachine.cs