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
- DetailsViewRow.cs
- DynamicEntity.cs
- TableLayoutPanel.cs
- StorageComplexPropertyMapping.cs
- mongolianshape.cs
- MimeImporter.cs
- TextTreeTextBlock.cs
- SchemaElement.cs
- DecoderFallbackWithFailureFlag.cs
- UndoManager.cs
- ViewManager.cs
- Console.cs
- XmlSerializationWriter.cs
- IResourceProvider.cs
- TransformGroup.cs
- AnonymousIdentificationModule.cs
- ControlParameter.cs
- DefaultDialogButtons.cs
- StateWorkerRequest.cs
- UpdateExpressionVisitor.cs
- Matrix3D.cs
- DataGridViewCellMouseEventArgs.cs
- _TimerThread.cs
- DeclarativeCatalogPart.cs
- Point.cs
- DataColumn.cs
- ConnectionManagementSection.cs
- EntityContainerEntitySet.cs
- GuidelineSet.cs
- DesignerSerializerAttribute.cs
- EventEntry.cs
- PermissionSetTriple.cs
- SystemFonts.cs
- ClientFormsAuthenticationCredentials.cs
- HtmlCommandAdapter.cs
- ZipIOLocalFileDataDescriptor.cs
- TabRenderer.cs
- SpotLight.cs
- GeometryCombineModeValidation.cs
- MasterPageParser.cs
- StructuredProperty.cs
- ConfigurationSectionCollection.cs
- ReceiveMessageRecord.cs
- StrongNamePublicKeyBlob.cs
- _Connection.cs
- WebPartAddingEventArgs.cs
- MsmqDecodeHelper.cs
- FilterableAttribute.cs
- ViewValidator.cs
- SqlUtil.cs
- DataRelationPropertyDescriptor.cs
- oledbmetadatacolumnnames.cs
- ScriptControlDescriptor.cs
- TCEAdapterGenerator.cs
- DelegateArgumentReference.cs
- TagPrefixCollection.cs
- MessageCredentialType.cs
- DesignerValidatorAdapter.cs
- ReaderWriterLockWrapper.cs
- CryptoApi.cs
- OleDbTransaction.cs
- XmlWriterTraceListener.cs
- DataBindingCollection.cs
- Timer.cs
- TextEditorMouse.cs
- RectValueSerializer.cs
- SymbolType.cs
- WindowsSlider.cs
- DataSourceHelper.cs
- SlipBehavior.cs
- SequenceDesigner.xaml.cs
- MethodExpr.cs
- TemplateXamlTreeBuilder.cs
- EmptyElement.cs
- OracleMonthSpan.cs
- Column.cs
- WsdlInspector.cs
- EventLogEntry.cs
- DesignTimeData.cs
- ScrollProviderWrapper.cs
- NTAccount.cs
- DBProviderConfigurationHandler.cs
- DecoderFallback.cs
- BitConverter.cs
- VisualStyleElement.cs
- TransformedBitmap.cs
- UIElementPropertyUndoUnit.cs
- LogSwitch.cs
- UnknownBitmapDecoder.cs
- ScrollBar.cs
- LayoutExceptionEventArgs.cs
- Base64Encoder.cs
- XmlILTrace.cs
- BrowserDefinitionCollection.cs
- FilteredAttributeCollection.cs
- MemberAssignmentAnalysis.cs
- TogglePattern.cs
- RenderCapability.cs
- InternalBufferOverflowException.cs
- RbTree.cs