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
- GeneralTransform3DTo2D.cs
- ObjectItemCollectionAssemblyCacheEntry.cs
- MultiAsyncResult.cs
- StdValidatorsAndConverters.cs
- relpropertyhelper.cs
- MatrixCamera.cs
- SystemException.cs
- IisTraceWebEventProvider.cs
- CodeCommentStatement.cs
- XmlNotation.cs
- ResizeGrip.cs
- TemplatePropertyEntry.cs
- BaseTransportHeaders.cs
- Operand.cs
- EventSinkActivityDesigner.cs
- CollectionChange.cs
- CursorConverter.cs
- PageCatalogPartDesigner.cs
- VarRefManager.cs
- MSHTMLHost.cs
- ToolboxDataAttribute.cs
- WebPartConnectionsDisconnectVerb.cs
- RequestUriProcessor.cs
- CommandDevice.cs
- HttpCookie.cs
- Compiler.cs
- MinimizableAttributeTypeConverter.cs
- SelectedCellsCollection.cs
- CompiledRegexRunner.cs
- ConditionalAttribute.cs
- BuildProviderAppliesToAttribute.cs
- MaterialGroup.cs
- HandlerFactoryWrapper.cs
- OperandQuery.cs
- EnumType.cs
- HttpResponse.cs
- CssTextWriter.cs
- AnnotationComponentManager.cs
- PolicyValidationException.cs
- DataContractAttribute.cs
- InkCanvasSelection.cs
- PropertyChange.cs
- WindowsGraphics2.cs
- WindowsIPAddress.cs
- Mouse.cs
- SchemaNames.cs
- DeploymentSection.cs
- FolderLevelBuildProviderAppliesToAttribute.cs
- bidPrivateBase.cs
- Wizard.cs
- ValidatorCollection.cs
- TrimSurroundingWhitespaceAttribute.cs
- HtmlEmptyTagControlBuilder.cs
- HttpClientCertificate.cs
- MetadataArtifactLoader.cs
- UIntPtr.cs
- GridViewUpdateEventArgs.cs
- BufferedReceiveManager.cs
- ManagedIStream.cs
- MouseGestureValueSerializer.cs
- ResourceManager.cs
- JpegBitmapEncoder.cs
- XPathNodeHelper.cs
- Ticks.cs
- DataGridViewIntLinkedList.cs
- HwndHostAutomationPeer.cs
- EventToken.cs
- ExpressionNode.cs
- Misc.cs
- Normalization.cs
- HybridWebProxyFinder.cs
- VectorAnimation.cs
- DesignerActionPanel.cs
- SemanticResultValue.cs
- RowToFieldTransformer.cs
- DataViewManager.cs
- TextAutomationPeer.cs
- TagPrefixCollection.cs
- SelectedDatesCollection.cs
- ScrollableControl.cs
- PageContentAsyncResult.cs
- UIAgentInitializationException.cs
- safemediahandle.cs
- SystemIPGlobalStatistics.cs
- SemaphoreFullException.cs
- TextPatternIdentifiers.cs
- ToolStripOverflow.cs
- String.cs
- PointAnimation.cs
- GAC.cs
- DataControlPagerLinkButton.cs
- TimelineGroup.cs
- GraphicsPath.cs
- ChtmlFormAdapter.cs
- Font.cs
- TypeHelpers.cs
- AccessorTable.cs
- Int64Storage.cs
- TriggerAction.cs
- UserUseLicenseDictionaryLoader.cs