Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- PathSegmentCollection.cs
- Completion.cs
- WorkflowRuntimeSection.cs
- SortExpressionBuilder.cs
- ListViewEditEventArgs.cs
- MessagePropertyVariants.cs
- TypeUtil.cs
- InternalConfigRoot.cs
- TemplatedAdorner.cs
- SslStream.cs
- InfoCardRSAPKCS1KeyExchangeFormatter.cs
- ExpressionBindingCollection.cs
- Header.cs
- NameSpaceExtractor.cs
- localization.cs
- DataListItemCollection.cs
- OutputChannelBinder.cs
- DesignSurface.cs
- basevalidator.cs
- ReceiveCompletedEventArgs.cs
- PrintDialog.cs
- XamlDesignerSerializationManager.cs
- ServiceHostFactory.cs
- SoapInteropTypes.cs
- DataControlField.cs
- FixedSOMTable.cs
- HtmlTableRowCollection.cs
- PenCursorManager.cs
- TypographyProperties.cs
- PingOptions.cs
- WindowsAuthenticationModule.cs
- UncommonField.cs
- ObjectSet.cs
- TreeViewImageIndexConverter.cs
- Brush.cs
- ModifierKeysConverter.cs
- CompilationUtil.cs
- TextDecorations.cs
- PageRequestManager.cs
- XamlInt32CollectionSerializer.cs
- TypeResolvingOptions.cs
- ProviderConnectionPointCollection.cs
- DataGridViewCheckBoxColumn.cs
- DependencyPropertyAttribute.cs
- WinFormsUtils.cs
- xamlnodes.cs
- RectangleF.cs
- DataGridTablesFactory.cs
- WmlPhoneCallAdapter.cs
- CodeTryCatchFinallyStatement.cs
- RowCache.cs
- XmlEntityReference.cs
- UserNameSecurityTokenParameters.cs
- SafeLocalMemHandle.cs
- SignatureTargetIdManager.cs
- StaticDataManager.cs
- XmlSchemaValidator.cs
- WCFServiceClientProxyGenerator.cs
- AttributeSetAction.cs
- DoneReceivingAsyncResult.cs
- ReachSerializationUtils.cs
- DataRowChangeEvent.cs
- WindowsGraphicsCacheManager.cs
- FixedPosition.cs
- Int32CAMarshaler.cs
- QueryPageSettingsEventArgs.cs
- AssemblyHash.cs
- TextSpan.cs
- VerificationAttribute.cs
- WebHostUnsafeNativeMethods.cs
- PackageFilter.cs
- SelectionEditingBehavior.cs
- ReferencedType.cs
- ToolStripItemClickedEventArgs.cs
- StackSpiller.Temps.cs
- VirtualPathProvider.cs
- SystemInformation.cs
- UInt16.cs
- RootContext.cs
- Inline.cs
- ToolStripSettings.cs
- SeekStoryboard.cs
- KnownTypes.cs
- DesignerGenericWebPart.cs
- Shape.cs
- XPathNodeIterator.cs
- FormViewModeEventArgs.cs
- SignedInfo.cs
- PropertyEmitterBase.cs
- _AutoWebProxyScriptWrapper.cs
- TextCharacters.cs
- FileDialogPermission.cs
- ZipIOLocalFileBlock.cs
- Simplifier.cs
- InvalidDataException.cs
- SimpleHandlerBuildProvider.cs
- UnauthorizedAccessException.cs
- NativeMethods.cs
- InstanceHandle.cs
- SimpleMailWebEventProvider.cs