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
- PTUtility.cs
- InvokeProviderWrapper.cs
- DataGridViewSelectedColumnCollection.cs
- DbConnectionStringCommon.cs
- HMAC.cs
- FlowNode.cs
- StoreItemCollection.cs
- TemplateInstanceAttribute.cs
- HostedNamedPipeTransportManager.cs
- XmlSchemaAnnotation.cs
- LabelEditEvent.cs
- XmlDataSourceNodeDescriptor.cs
- DiscoveryClientChannelBase.cs
- Inflater.cs
- RoleService.cs
- RolePrincipal.cs
- CustomExpressionEventArgs.cs
- ComplexObject.cs
- WarningException.cs
- X509ChainPolicy.cs
- Currency.cs
- RowCache.cs
- DSASignatureDeformatter.cs
- SequenceDesignerAccessibleObject.cs
- TableItemStyle.cs
- SoapFormatter.cs
- ContextItem.cs
- StateManagedCollection.cs
- ColorConvertedBitmapExtension.cs
- diagnosticsswitches.cs
- BreadCrumbTextConverter.cs
- DependencyPropertyHelper.cs
- XmlDocumentFragment.cs
- ToolboxDataAttribute.cs
- InvalidWorkflowException.cs
- GroupItem.cs
- ImageUrlEditor.cs
- FileAuthorizationModule.cs
- PeerCollaboration.cs
- GridViewColumn.cs
- BoolLiteral.cs
- DrawListViewItemEventArgs.cs
- StorageScalarPropertyMapping.cs
- LocalTransaction.cs
- GuidConverter.cs
- COM2IVsPerPropertyBrowsingHandler.cs
- HttpCachePolicy.cs
- Classification.cs
- BitmapSource.cs
- SimpleLine.cs
- TextSchema.cs
- Mapping.cs
- FileSystemInfo.cs
- InkCanvasInnerCanvas.cs
- ToolStripRenderEventArgs.cs
- ConstraintConverter.cs
- DesignerVerb.cs
- SerializerProvider.cs
- ApplicationFileParser.cs
- SendMailErrorEventArgs.cs
- ConsumerConnectionPointCollection.cs
- EntityDataSourceViewSchema.cs
- AppliedDeviceFiltersEditor.cs
- PathData.cs
- ListViewSortEventArgs.cs
- IPEndPoint.cs
- WS2007HttpBindingElement.cs
- dsa.cs
- ViewgenContext.cs
- SqlCommandSet.cs
- WindowsGrip.cs
- SQLBytesStorage.cs
- ChannelSinkStacks.cs
- MorphHelpers.cs
- DateTimeFormat.cs
- Propagator.Evaluator.cs
- DataServiceClientException.cs
- DbConnectionPool.cs
- XsdCachingReader.cs
- ResourcePropertyMemberCodeDomSerializer.cs
- _SafeNetHandles.cs
- XsltQilFactory.cs
- TypeHelpers.cs
- CommandExpr.cs
- SoapHeader.cs
- EncoderBestFitFallback.cs
- HandlerWithFactory.cs
- StringCollectionEditor.cs
- MappingMetadataHelper.cs
- UnsafeNativeMethods.cs
- XmlDataLoader.cs
- RtfToken.cs
- ViewEvent.cs
- SoundPlayerAction.cs
- App.cs
- DataRelation.cs
- DataList.cs
- DirectoryNotFoundException.cs
- CommonDialog.cs
- Membership.cs