Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- _SslSessionsCache.cs
- RangeBase.cs
- MsmqIntegrationMessagePool.cs
- SmtpReplyReader.cs
- BindingValueChangedEventArgs.cs
- Setter.cs
- TextServicesPropertyRanges.cs
- LinkedResource.cs
- PermissionRequestEvidence.cs
- HtmlElementErrorEventArgs.cs
- BuildManagerHost.cs
- TextOutput.cs
- XsltContext.cs
- RegexBoyerMoore.cs
- SoapTypeAttribute.cs
- mactripleDES.cs
- MouseBinding.cs
- BindingCompleteEventArgs.cs
- SchemaInfo.cs
- EventsTab.cs
- StyleTypedPropertyAttribute.cs
- Int64Storage.cs
- DateTimePicker.cs
- ReferenceTypeElement.cs
- StorageAssociationTypeMapping.cs
- SessionStateUtil.cs
- TemplateBuilder.cs
- PropertyManager.cs
- NullableFloatAverageAggregationOperator.cs
- AnimationLayer.cs
- InheritanceContextChangedEventManager.cs
- InvariantComparer.cs
- _Events.cs
- SystemFonts.cs
- ListenerChannelContext.cs
- PropertyChangedEventArgs.cs
- PointF.cs
- ConfigurationStrings.cs
- SlipBehavior.cs
- unsafeIndexingFilterStream.cs
- StorageEntitySetMapping.cs
- DetectRunnableInstancesTask.cs
- ProcessThreadCollection.cs
- NamespaceInfo.cs
- PropertyInfo.cs
- SamlAssertionKeyIdentifierClause.cs
- HintTextConverter.cs
- ClickablePoint.cs
- DataGridViewRowHeaderCell.cs
- PictureBox.cs
- DataProtection.cs
- MDIWindowDialog.cs
- GB18030Encoding.cs
- TableDetailsCollection.cs
- Span.cs
- EmbeddedMailObjectsCollection.cs
- StreamWriter.cs
- ContextStaticAttribute.cs
- MbpInfo.cs
- TableColumn.cs
- ExceptionUtility.cs
- Trace.cs
- WSDualHttpSecurityMode.cs
- ListDesigner.cs
- ContainerSelectorGlyph.cs
- EndpointDispatcherTable.cs
- Geometry.cs
- Win32Exception.cs
- WizardPanel.cs
- ScrollData.cs
- SrgsDocument.cs
- Typeface.cs
- AutoCompleteStringCollection.cs
- TraversalRequest.cs
- CharUnicodeInfo.cs
- SecureEnvironment.cs
- DiscoveryDocument.cs
- Int32CollectionValueSerializer.cs
- OutputCacheProfile.cs
- CompiledQueryCacheKey.cs
- FileClassifier.cs
- FileVersion.cs
- WebBrowserHelper.cs
- ObjectListCommandsPage.cs
- OleDbCommand.cs
- UdpTransportBindingElement.cs
- HeaderUtility.cs
- Size.cs
- CardSpaceException.cs
- NonClientArea.cs
- DoubleSumAggregationOperator.cs
- FileLevelControlBuilderAttribute.cs
- XmlnsCompatibleWithAttribute.cs
- GZipDecoder.cs
- XmlSchemaSimpleTypeList.cs
- AlignmentXValidation.cs
- SpotLight.cs
- XPathParser.cs
- ContainerVisual.cs
- LocationReferenceEnvironment.cs