Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / IndexedString.cs / 1305376 / IndexedString.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI { using System; [Serializable] public sealed class IndexedString { private string _value; public IndexedString (string s) { if (String.IsNullOrEmpty(s)) { throw new ArgumentNullException("s"); } _value = s; } public string Value { get { return _value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI { using System; [Serializable] public sealed class IndexedString { private string _value; public IndexedString (string s) { if (String.IsNullOrEmpty(s)) { throw new ArgumentNullException("s"); } _value = s; } public string Value { get { return _value; } } } } // 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
- StateWorkerRequest.cs
- TraceSection.cs
- IdentityValidationException.cs
- ProfileService.cs
- SafeCancelMibChangeNotify.cs
- DesignerView.cs
- SQLDoubleStorage.cs
- UnsafeNativeMethods.cs
- XsltContext.cs
- ApplicationContext.cs
- ArgumentsParser.cs
- DbConnectionFactory.cs
- KeySplineConverter.cs
- BitmapCacheBrush.cs
- TableColumnCollection.cs
- DebugTraceHelper.cs
- UniqueEventHelper.cs
- RegexStringValidator.cs
- WindowsPrincipal.cs
- DesignTimeParseData.cs
- CopyOfAction.cs
- DateTimeOffsetAdapter.cs
- XmlAnyElementAttribute.cs
- DynamicDiscoSearcher.cs
- UserValidatedEventArgs.cs
- TextBoxView.cs
- LoginCancelEventArgs.cs
- TextBlock.cs
- MeasureItemEvent.cs
- ExpandSegment.cs
- ViewSimplifier.cs
- CmsInterop.cs
- ForceCopyBuildProvider.cs
- ProcessHostFactoryHelper.cs
- KeyConverter.cs
- MediaScriptCommandRoutedEventArgs.cs
- HtmlInputImage.cs
- HttpRuntime.cs
- NullableIntSumAggregationOperator.cs
- ExpandedWrapper.cs
- ZipIOZip64EndOfCentralDirectoryLocatorBlock.cs
- InvalidOperationException.cs
- SafeArrayTypeMismatchException.cs
- COM2ComponentEditor.cs
- brushes.cs
- SQLString.cs
- WebPartExportVerb.cs
- LassoSelectionBehavior.cs
- ConfigUtil.cs
- Light.cs
- ColumnCollection.cs
- LayoutTable.cs
- CodeArrayIndexerExpression.cs
- Container.cs
- FlowDocumentView.cs
- VerticalAlignConverter.cs
- ResourceReader.cs
- SqlMultiplexer.cs
- ImageList.cs
- Rectangle.cs
- CallbackValidator.cs
- PathFigureCollection.cs
- AssemblyCollection.cs
- BooleanKeyFrameCollection.cs
- CustomExpression.cs
- DataGridTemplateColumn.cs
- RoleService.cs
- BookmarkScopeHandle.cs
- DefaultHttpHandler.cs
- TableSectionStyle.cs
- ObjectQueryProvider.cs
- InlineUIContainer.cs
- PersonalizationProviderCollection.cs
- ProcessModule.cs
- ObjectQueryState.cs
- ScriptingRoleServiceSection.cs
- CustomErrorsSection.cs
- OutputWindow.cs
- DiscoveryClientChannelBase.cs
- UiaCoreTypesApi.cs
- FileLogRecordStream.cs
- DockAndAnchorLayout.cs
- AttributeSetAction.cs
- XPathPatternParser.cs
- DataGridAddNewRow.cs
- x509store.cs
- SQLByte.cs
- Label.cs
- RegexFCD.cs
- PropertyFilterAttribute.cs
- MarkupCompilePass2.cs
- CngProperty.cs
- FilterEventArgs.cs
- NamespaceEmitter.cs
- InitiatorSessionSymmetricTransportSecurityProtocol.cs
- NetSectionGroup.cs
- WindowsRegion.cs
- Win32.cs
- XmlSchemas.cs
- _NegoStream.cs