Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / xsp / System / Web / UI / IndexedString.cs / 1 / IndexedString.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI { using System; using System.Security.Permissions; [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [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; using System.Security.Permissions; [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [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
- TransformerInfoCollection.cs
- WindowsGraphics2.cs
- BaseParagraph.cs
- Tuple.cs
- ValidationHelper.cs
- QilTernary.cs
- XmlAutoDetectWriter.cs
- SecurityCriticalDataForSet.cs
- DataGridViewLinkColumn.cs
- Int64AnimationUsingKeyFrames.cs
- PrintPageEvent.cs
- SchemaDeclBase.cs
- StaticSiteMapProvider.cs
- dataprotectionpermissionattribute.cs
- SecurityValidationBehavior.cs
- SqlNodeAnnotation.cs
- ThumbAutomationPeer.cs
- MachineKeySection.cs
- ResourceIDHelper.cs
- TiffBitmapDecoder.cs
- ByteRangeDownloader.cs
- GridViewEditEventArgs.cs
- Content.cs
- GridViewSortEventArgs.cs
- PseudoWebRequest.cs
- CommonGetThemePartSize.cs
- ReadOnlyDataSource.cs
- DocumentDesigner.cs
- HttpResponseWrapper.cs
- LowerCaseStringConverter.cs
- Substitution.cs
- HttpValueCollection.cs
- RC2.cs
- ZipIOExtraFieldZip64Element.cs
- PaperSource.cs
- WebHttpSecurityModeHelper.cs
- ApplicationProxyInternal.cs
- Invariant.cs
- BrowserCapabilitiesCompiler.cs
- CultureMapper.cs
- PenLineCapValidation.cs
- BlockUIContainer.cs
- DbMetaDataFactory.cs
- Int16.cs
- MemoryResponseElement.cs
- Internal.cs
- ProjectionNode.cs
- Clock.cs
- BinaryConverter.cs
- TypeExtensionConverter.cs
- SqlBulkCopyColumnMapping.cs
- DllNotFoundException.cs
- Figure.cs
- MediaScriptCommandRoutedEventArgs.cs
- TextHintingModeValidation.cs
- MasterPageParser.cs
- SchemaNamespaceManager.cs
- HttpCookieCollection.cs
- HtmlTextArea.cs
- BitmapSizeOptions.cs
- XMLUtil.cs
- safex509handles.cs
- TypeBrowserDialog.cs
- XamlVector3DCollectionSerializer.cs
- Attributes.cs
- FormsIdentity.cs
- EditingCoordinator.cs
- RelationshipWrapper.cs
- PersonalizationProviderCollection.cs
- DetailsViewRowCollection.cs
- StructureChangedEventArgs.cs
- Matrix3D.cs
- HandlerBase.cs
- SkinIDTypeConverter.cs
- NameTable.cs
- LogLogRecord.cs
- TreeNodeBinding.cs
- DecoderFallback.cs
- PropertyGrid.cs
- PasswordRecovery.cs
- DocumentAutomationPeer.cs
- UndirectedGraph.cs
- SamlDoNotCacheCondition.cs
- IdleTimeoutMonitor.cs
- ScrollBarAutomationPeer.cs
- Rfc2898DeriveBytes.cs
- FixedPage.cs
- ContextDataSourceView.cs
- SchemaTypeEmitter.cs
- UnwrappedTypesXmlSerializerManager.cs
- Decoder.cs
- CryptoStream.cs
- HMACSHA512.cs
- ObjectSecurity.cs
- IPipelineRuntime.cs
- DataConnectionHelper.cs
- COAUTHIDENTITY.cs
- XmlImplementation.cs
- SizeChangedInfo.cs
- XmlParserContext.cs