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
- DataRelationCollection.cs
- List.cs
- ChildDocumentBlock.cs
- SafeBitVector32.cs
- HttpCacheVaryByContentEncodings.cs
- DesignerEditorPartChrome.cs
- TimeoutException.cs
- DataGridViewLinkColumn.cs
- WebHttpBindingElement.cs
- ByteStreamMessageEncoder.cs
- RSAPKCS1KeyExchangeFormatter.cs
- MemberHolder.cs
- Symbol.cs
- StyleHelper.cs
- XmlTextReader.cs
- ResourcePermissionBase.cs
- EventLogInternal.cs
- ProxySimple.cs
- TheQuery.cs
- UnsafeNativeMethods.cs
- HttpResponse.cs
- DiagnosticTrace.cs
- XamlParser.cs
- PathGradientBrush.cs
- input.cs
- Codec.cs
- RootNamespaceAttribute.cs
- SqlColumnizer.cs
- PtsPage.cs
- Descriptor.cs
- AnimatedTypeHelpers.cs
- DesignerHelpers.cs
- arabicshape.cs
- DataSourceViewSchemaConverter.cs
- ColorConverter.cs
- SafeLibraryHandle.cs
- GroupJoinQueryOperator.cs
- ProxyElement.cs
- ProfileService.cs
- KeyedQueue.cs
- ReadWriteSpinLock.cs
- JoinElimination.cs
- WeakReferenceEnumerator.cs
- AppSettingsSection.cs
- CompareInfo.cs
- XmlHierarchyData.cs
- VisualCollection.cs
- CookieParameter.cs
- GetWinFXPath.cs
- GeometryDrawing.cs
- RenderCapability.cs
- PieceNameHelper.cs
- DropAnimation.xaml.cs
- ListCollectionView.cs
- XmlUtilWriter.cs
- NetworkStream.cs
- UIElement.cs
- RowType.cs
- wmiprovider.cs
- Interlocked.cs
- CryptoProvider.cs
- BitmapFrame.cs
- FileSystemInfo.cs
- EventLogTraceListener.cs
- XmlCharType.cs
- OleDbCommand.cs
- InputReferenceExpression.cs
- HTTPNotFoundHandler.cs
- DataGridViewComboBoxCell.cs
- RawStylusInputReport.cs
- Table.cs
- SHA384.cs
- NTAccount.cs
- Lease.cs
- GrammarBuilderPhrase.cs
- precedingsibling.cs
- XmlSchemaImport.cs
- TraceRecord.cs
- XmlConverter.cs
- XPathParser.cs
- SiteMapSection.cs
- ArraySortHelper.cs
- XmlHierarchicalDataSourceView.cs
- TextRange.cs
- SmiGettersStream.cs
- TextBoxBase.cs
- PeerInputChannel.cs
- StorageScalarPropertyMapping.cs
- HyperLinkStyle.cs
- TableLayoutSettings.cs
- ValidationSummary.cs
- ToolStripRenderer.cs
- SchemaManager.cs
- UnsafeMethods.cs
- AuthorizationRuleCollection.cs
- _FtpDataStream.cs
- FileDialog_Vista_Interop.cs
- LifetimeServices.cs
- SHA512Managed.cs
- StyleBamlTreeBuilder.cs