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
- ColumnReorderedEventArgs.cs
- BaseParser.cs
- FieldBuilder.cs
- TypeCodeDomSerializer.cs
- LambdaCompiler.Logical.cs
- TemplatedWizardStep.cs
- FlowDocument.cs
- ExpanderAutomationPeer.cs
- CommandDesigner.cs
- SpecialNameAttribute.cs
- XPathParser.cs
- AnnouncementService.cs
- DataFormat.cs
- UnsafePeerToPeerMethods.cs
- StateRuntime.cs
- DurableErrorHandler.cs
- ToolStripDropDownMenu.cs
- ToolStripManager.cs
- ServiceControllerDesigner.cs
- PathBox.cs
- Image.cs
- codemethodreferenceexpression.cs
- PipelineComponent.cs
- ControllableStoryboardAction.cs
- EnumerableRowCollectionExtensions.cs
- OleDbFactory.cs
- ScalarOps.cs
- Int16Animation.cs
- KeyValuePair.cs
- TerminatorSinks.cs
- DecimalKeyFrameCollection.cs
- WebErrorHandler.cs
- Sentence.cs
- PlatformNotSupportedException.cs
- SafeSystemMetrics.cs
- SoapDocumentServiceAttribute.cs
- Optimizer.cs
- CellConstant.cs
- precedingquery.cs
- XmlFormatExtensionPointAttribute.cs
- XmlSerializerVersionAttribute.cs
- _SslState.cs
- LinearQuaternionKeyFrame.cs
- DataAdapter.cs
- NameValueSectionHandler.cs
- ArrayList.cs
- DataRowChangeEvent.cs
- SspiSecurityTokenParameters.cs
- InfoCardArgumentException.cs
- ActionItem.cs
- TypeConstant.cs
- HtmlInputFile.cs
- PersistenceTypeAttribute.cs
- ToolStripProfessionalLowResolutionRenderer.cs
- DesignerSerializerAttribute.cs
- Int32RectValueSerializer.cs
- TemplateXamlTreeBuilder.cs
- namescope.cs
- DbProviderFactory.cs
- ButtonStandardAdapter.cs
- TextParagraph.cs
- TextOptions.cs
- ConfigUtil.cs
- Policy.cs
- CroppedBitmap.cs
- QilInvoke.cs
- DataTableReader.cs
- MailSettingsSection.cs
- IndexerHelper.cs
- TypeDependencyAttribute.cs
- DbProviderFactory.cs
- Maps.cs
- PersonalizationDictionary.cs
- XmlNodeChangedEventManager.cs
- NamespaceInfo.cs
- DataColumnPropertyDescriptor.cs
- AutomationPatternInfo.cs
- Enum.cs
- InitializationEventAttribute.cs
- OleDbError.cs
- SafeHandle.cs
- BufferedGraphicsContext.cs
- HtmlEncodedRawTextWriter.cs
- PersonalizationProviderCollection.cs
- XsltQilFactory.cs
- BypassElement.cs
- ResourcePermissionBase.cs
- SpeechDetectedEventArgs.cs
- Knowncolors.cs
- DataMemberListEditor.cs
- XsdValidatingReader.cs
- SessionStateItemCollection.cs
- XmlEncoding.cs
- StaticFileHandler.cs
- SrgsGrammar.cs
- log.cs
- XPathException.cs
- PropertyNames.cs
- PrtCap_Public.cs
- ApplicationHost.cs