Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DynamicILGenerator.cs
- PositiveTimeSpanValidator.cs
- RsaSecurityToken.cs
- FixedSOMContainer.cs
- DoubleUtil.cs
- ListSortDescription.cs
- Facet.cs
- GifBitmapEncoder.cs
- SiteMapSection.cs
- X509CertificateRecipientClientCredential.cs
- KeyValueSerializer.cs
- MethodImplAttribute.cs
- Internal.cs
- ZipPackage.cs
- ColorContextHelper.cs
- TrackingMemoryStreamFactory.cs
- Mappings.cs
- DataRelationPropertyDescriptor.cs
- RowSpanVector.cs
- SqlParameter.cs
- DetailsViewUpdatedEventArgs.cs
- Vector3D.cs
- GenericsInstances.cs
- PickBranchDesigner.xaml.cs
- SignatureDescription.cs
- DefinitionProperties.cs
- ActivityBuilderXamlWriter.cs
- ContentType.cs
- ParallelTimeline.cs
- TextParagraphProperties.cs
- ObjectParameterCollection.cs
- ApplicationFileParser.cs
- Types.cs
- KeySplineConverter.cs
- DtdParser.cs
- WithStatement.cs
- ContentType.cs
- SupportingTokenSpecification.cs
- DesignerAutoFormatStyle.cs
- ClientSponsor.cs
- SweepDirectionValidation.cs
- InvalidWMPVersionException.cs
- TextParaLineResult.cs
- FixedSchema.cs
- TCPListener.cs
- InkSerializer.cs
- UrlParameterWriter.cs
- SecureStringHasher.cs
- NetDataContractSerializer.cs
- XmlSchemaSimpleContentRestriction.cs
- CodeTypeReferenceExpression.cs
- NetPipeSectionData.cs
- MarginsConverter.cs
- BaseCodeDomTreeGenerator.cs
- SafeBitVector32.cs
- WinEventTracker.cs
- Win32PrintDialog.cs
- InfocardExtendedInformationEntry.cs
- DragEventArgs.cs
- BeginCreateSecurityTokenRequest.cs
- PartitionResolver.cs
- Latin1Encoding.cs
- GridViewRowPresenterBase.cs
- DataColumnSelectionConverter.cs
- RegistryKey.cs
- SlipBehavior.cs
- ReachDocumentReferenceSerializerAsync.cs
- FlowDecisionDesigner.xaml.cs
- ObjectDisposedException.cs
- UshortList2.cs
- ColumnMap.cs
- DeviceContexts.cs
- TemplateControlParser.cs
- KeyPressEvent.cs
- ActivityWithResult.cs
- BitmapEffectGeneralTransform.cs
- RelOps.cs
- Random.cs
- SmtpNetworkElement.cs
- SecurityHelper.cs
- Table.cs
- TraceListeners.cs
- EntityDataSourceWrapperPropertyDescriptor.cs
- HttpCacheParams.cs
- XDRSchema.cs
- UInt32.cs
- SiteMapSection.cs
- ServiceNameElement.cs
- ListViewInsertedEventArgs.cs
- ServerValidateEventArgs.cs
- Pen.cs
- TreeNodeBindingDepthConverter.cs
- TTSEngineProxy.cs
- SqlBulkCopy.cs
- TransformProviderWrapper.cs
- XslAst.cs
- SystemWebCachingSectionGroup.cs
- RuntimeArgumentHandle.cs
- FileAuthorizationModule.cs
- SchemaDeclBase.cs