Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / IndexedString.cs / 1305376 / IndexedString.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Web.UI {
using System;
[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;
[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
- XmlElement.cs
- NotifyInputEventArgs.cs
- Lease.cs
- OleStrCAMarshaler.cs
- InstanceOwner.cs
- WeakReferenceList.cs
- SqlClientWrapperSmiStreamChars.cs
- SqlPersonalizationProvider.cs
- RemotingServices.cs
- CodeActivity.cs
- ModelItem.cs
- OleDbStruct.cs
- MarshalDirectiveException.cs
- BlockCollection.cs
- SmiEventStream.cs
- Operand.cs
- RichTextBoxAutomationPeer.cs
- VerticalAlignConverter.cs
- ConfigurationLoaderException.cs
- WindowsSysHeader.cs
- DefaultSerializationProviderAttribute.cs
- SHA512.cs
- StateBag.cs
- UncommonField.cs
- OdbcParameterCollection.cs
- XAMLParseException.cs
- LabelEditEvent.cs
- Debug.cs
- DetailsViewRowCollection.cs
- MessageContractMemberAttribute.cs
- XmlSchemaAttribute.cs
- MessageDispatch.cs
- Vector3DCollection.cs
- BuilderPropertyEntry.cs
- SqlLiftWhereClauses.cs
- DBPropSet.cs
- Currency.cs
- WebPartDeleteVerb.cs
- ColorInterpolationModeValidation.cs
- KeyValueSerializer.cs
- BoolExpr.cs
- LinearKeyFrames.cs
- AspNetSynchronizationContext.cs
- Publisher.cs
- SHA512Managed.cs
- RuntimeConfig.cs
- SHA512.cs
- FunctionImportElement.cs
- SmtpSection.cs
- securitycriticaldataClass.cs
- FileLogRecordEnumerator.cs
- TiffBitmapEncoder.cs
- _SafeNetHandles.cs
- DataColumn.cs
- XmlEncodedRawTextWriter.cs
- RuntimeArgument.cs
- PasswordDeriveBytes.cs
- BaseProcessProtocolHandler.cs
- FtpWebRequest.cs
- ArrayElementGridEntry.cs
- handlecollector.cs
- CredentialSelector.cs
- TreeViewImageKeyConverter.cs
- DragDropHelper.cs
- BufferedGraphicsManager.cs
- DocumentPageTextView.cs
- DataGridViewCellCollection.cs
- ImageAnimator.cs
- SoapAttributeAttribute.cs
- EditorPartChrome.cs
- DataGridRowHeader.cs
- InboundActivityHelper.cs
- UnionCodeGroup.cs
- BaseInfoTable.cs
- PropertyReferenceSerializer.cs
- CompiledRegexRunnerFactory.cs
- ColorContextHelper.cs
- BuiltInExpr.cs
- AsyncCompletedEventArgs.cs
- Application.cs
- HistoryEventArgs.cs
- ResourceReferenceExpressionConverter.cs
- ObfuscationAttribute.cs
- DSACryptoServiceProvider.cs
- NumericUpDown.cs
- DbReferenceCollection.cs
- XPathSelectionIterator.cs
- WebPartsSection.cs
- QuaternionAnimationBase.cs
- MDIControlStrip.cs
- Stream.cs
- CollectionDataContractAttribute.cs
- StreamGeometry.cs
- DataColumnChangeEvent.cs
- RichTextBoxDesigner.cs
- Odbc32.cs
- PaginationProgressEventArgs.cs
- ReferenceEqualityComparer.cs
- storepermission.cs
- ProviderBase.cs