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
- MulticastNotSupportedException.cs
- CacheRequest.cs
- RegistrationServices.cs
- ReflectionHelper.cs
- MdiWindowListItemConverter.cs
- SizeLimitedCache.cs
- RegexTree.cs
- EtwTrace.cs
- MediaContextNotificationWindow.cs
- TraceHandler.cs
- XmlSerializerFactory.cs
- WindowPatternIdentifiers.cs
- QilInvokeEarlyBound.cs
- OutputCacheSettingsSection.cs
- Vector3D.cs
- TextPattern.cs
- Root.cs
- BitmapFrameDecode.cs
- PasswordBox.cs
- ProfilePropertyMetadata.cs
- ColorConvertedBitmapExtension.cs
- QueryCursorEventArgs.cs
- LoginName.cs
- MobileControlsSectionHelper.cs
- DetailsViewDeletedEventArgs.cs
- XamlGridLengthSerializer.cs
- LayoutEvent.cs
- LinqDataSourceContextData.cs
- CompilationUtil.cs
- DelimitedListTraceListener.cs
- VerticalAlignConverter.cs
- Hyperlink.cs
- FrameworkTextComposition.cs
- ToolStripDropDownItem.cs
- DiscreteKeyFrames.cs
- HttpRuntimeSection.cs
- BCLDebug.cs
- ToolStripPanelRenderEventArgs.cs
- TaskFormBase.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- AlignmentYValidation.cs
- Token.cs
- SuppressIldasmAttribute.cs
- AbstractDataSvcMapFileLoader.cs
- BindingElementCollection.cs
- HtmlTable.cs
- PageThemeCodeDomTreeGenerator.cs
- Object.cs
- ClientRuntime.cs
- odbcmetadatacollectionnames.cs
- ValidationErrorEventArgs.cs
- RemotingException.cs
- XhtmlBasicSelectionListAdapter.cs
- SystemNetHelpers.cs
- PauseStoryboard.cs
- ImageMap.cs
- GeneratedView.cs
- CodeLinePragma.cs
- KeyboardDevice.cs
- TaiwanLunisolarCalendar.cs
- GPPOINTF.cs
- Int16AnimationBase.cs
- RsaKeyIdentifierClause.cs
- EdmToObjectNamespaceMap.cs
- AttributeCollection.cs
- TimeoutException.cs
- Condition.cs
- ToolStripOverflowButton.cs
- XPathScanner.cs
- Single.cs
- AssemblyCache.cs
- SchemaEntity.cs
- TiffBitmapDecoder.cs
- StringArrayConverter.cs
- filewebresponse.cs
- SessionStateContainer.cs
- WorkflowIdleElement.cs
- DynamicDataRoute.cs
- Metadata.cs
- BufferedGraphicsContext.cs
- CultureTableRecord.cs
- SafeCancelMibChangeNotify.cs
- DetailsViewRowCollection.cs
- UriScheme.cs
- Thread.cs
- SafeLibraryHandle.cs
- AssociativeAggregationOperator.cs
- XmlTextAttribute.cs
- StatusBarPanelClickEvent.cs
- CatalogZone.cs
- InputBuffer.cs
- SessionPageStatePersister.cs
- XmlCDATASection.cs
- AutomationEventArgs.cs
- BamlResourceDeserializer.cs
- MessageContractAttribute.cs
- MetadataItemCollectionFactory.cs
- SQLResource.cs
- RenamedEventArgs.cs
- ThreadAttributes.cs