Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- RectKeyFrameCollection.cs
- PageParserFilter.cs
- BitmapFrameDecode.cs
- GregorianCalendar.cs
- CollectionBuilder.cs
- HttpListenerContext.cs
- IntSecurity.cs
- TableRowGroup.cs
- LocationUpdates.cs
- SvcMapFileLoader.cs
- SurrogateEncoder.cs
- GridViewCancelEditEventArgs.cs
- X500Name.cs
- Binding.cs
- HandlerBase.cs
- CodeMethodInvokeExpression.cs
- DataTableCollection.cs
- LinkedList.cs
- ConsoleTraceListener.cs
- _NestedMultipleAsyncResult.cs
- MetadataItemSerializer.cs
- DataGridParentRows.cs
- RootBrowserWindowProxy.cs
- MobileResource.cs
- DataColumnMapping.cs
- KeyboardNavigation.cs
- BitStream.cs
- ListViewItemCollectionEditor.cs
- NamedElement.cs
- TypeDescriptionProviderAttribute.cs
- BufferAllocator.cs
- BevelBitmapEffect.cs
- TypeExtension.cs
- serverconfig.cs
- Mutex.cs
- FlowNode.cs
- MessageQueue.cs
- ContentFilePart.cs
- DayRenderEvent.cs
- WebPartMenu.cs
- DataGridViewColumn.cs
- Tracer.cs
- ActivityCollectionMarkupSerializer.cs
- ScriptingRoleServiceSection.cs
- ReliableMessagingVersion.cs
- ListViewCommandEventArgs.cs
- SpeakInfo.cs
- CheckBoxBaseAdapter.cs
- DataObjectEventArgs.cs
- DataContractJsonSerializer.cs
- InvalidCastException.cs
- SharedStatics.cs
- TextRange.cs
- SystemWebExtensionsSectionGroup.cs
- OdbcConnectionFactory.cs
- GridToolTip.cs
- AdRotatorDesigner.cs
- ProgressBarAutomationPeer.cs
- TextProviderWrapper.cs
- MonitorWrapper.cs
- BindingCollection.cs
- StrokeNodeOperations.cs
- MaterializeFromAtom.cs
- UriTemplatePathPartiallyEquivalentSet.cs
- SkewTransform.cs
- BuildProviderCollection.cs
- UIServiceHelper.cs
- Binding.cs
- SoapConverter.cs
- GridViewColumnCollectionChangedEventArgs.cs
- DtrList.cs
- PrefixHandle.cs
- EventLogStatus.cs
- ResXResourceSet.cs
- ImageMap.cs
- CalendarDay.cs
- DocumentViewerAutomationPeer.cs
- DbBuffer.cs
- CancellableEnumerable.cs
- QueryOperator.cs
- SHA384Managed.cs
- Profiler.cs
- CodeTypeMemberCollection.cs
- DocumentSequenceHighlightLayer.cs
- ScriptingJsonSerializationSection.cs
- GlyphShapingProperties.cs
- ChangeInterceptorAttribute.cs
- FocusChangedEventArgs.cs
- CornerRadius.cs
- TextDpi.cs
- DataTableMapping.cs
- UmAlQuraCalendar.cs
- OracleCommandBuilder.cs
- AlignmentXValidation.cs
- BoolExpression.cs
- CodeCompileUnit.cs
- DependentList.cs
- TransactionScope.cs
- SqlStream.cs
- XhtmlBasicValidationSummaryAdapter.cs