Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Extensions / UI / RegisteredArrayDeclaration.cs / 1305376 / RegisteredArrayDeclaration.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI { using System.Diagnostics; public sealed class RegisteredArrayDeclaration { private Control _control; private string _name; private string _value; internal RegisteredArrayDeclaration(Control control, string arrayName, string arrayValue) { Debug.Assert(arrayName != null); // null value allowed by asp.net _control = control; _name = arrayName; _value = arrayValue; } public string Name { get { return _name; } } public string Value { get { // may be null return _value; } } public Control Control { get { return _control; } } } } // 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
- ListControlConvertEventArgs.cs
- ScriptReferenceEventArgs.cs
- UnmanagedMemoryStreamWrapper.cs
- FunctionImportElement.cs
- Border.cs
- XmlSchemaSimpleContentRestriction.cs
- DataContractSerializerElement.cs
- ClientSettingsStore.cs
- FilterException.cs
- NativeMethods.cs
- DataControlImageButton.cs
- InvalidPipelineStoreException.cs
- XmlValueConverter.cs
- StateWorkerRequest.cs
- WindowsFormsSynchronizationContext.cs
- Image.cs
- VBCodeProvider.cs
- DrawTreeNodeEventArgs.cs
- WithStatement.cs
- SqlGatherConsumedAliases.cs
- SqlProcedureAttribute.cs
- CommonProperties.cs
- RequestQueryProcessor.cs
- XmlReader.cs
- PopupRootAutomationPeer.cs
- XmlSchemaSimpleTypeUnion.cs
- CodeCompileUnit.cs
- XmlSerializerNamespaces.cs
- SizeIndependentAnimationStorage.cs
- ReadContentAsBinaryHelper.cs
- MissingSatelliteAssemblyException.cs
- ProofTokenCryptoHandle.cs
- Renderer.cs
- XPathNodeList.cs
- ISCIIEncoding.cs
- Boolean.cs
- StringFunctions.cs
- DispatcherEventArgs.cs
- ConvertersCollection.cs
- WorkBatch.cs
- BitmapMetadata.cs
- SortDescriptionCollection.cs
- cookiecollection.cs
- GlyphsSerializer.cs
- Int32AnimationBase.cs
- CodePageUtils.cs
- BuildProvidersCompiler.cs
- ProcessThread.cs
- PropertyDescriptorCollection.cs
- DirectionalLight.cs
- InvokePatternIdentifiers.cs
- InputLangChangeRequestEvent.cs
- WS2007HttpBinding.cs
- StylusCollection.cs
- LinearKeyFrames.cs
- MarkedHighlightComponent.cs
- InternalCache.cs
- XmlDataImplementation.cs
- XmlILIndex.cs
- CodeSubDirectory.cs
- IndependentAnimationStorage.cs
- PropertyChangeTracker.cs
- ZipIOLocalFileHeader.cs
- ScrollData.cs
- _UncName.cs
- RegexCode.cs
- SQLUtility.cs
- DataGridViewRowHeaderCell.cs
- SchemaCompiler.cs
- Adorner.cs
- TableParagraph.cs
- TableLayout.cs
- UnsafeNativeMethodsMilCoreApi.cs
- ExpressionEditorAttribute.cs
- Animatable.cs
- VisualStyleRenderer.cs
- DesignerActionMethodItem.cs
- CursorConverter.cs
- ContextInformation.cs
- MatrixCamera.cs
- CollectionViewGroupRoot.cs
- DataSourceSelectArguments.cs
- WinCategoryAttribute.cs
- XmlAttributes.cs
- ToggleButtonAutomationPeer.cs
- QilScopedVisitor.cs
- ContractInstanceProvider.cs
- XmlSchemaSimpleTypeRestriction.cs
- FastEncoderWindow.cs
- DocumentViewerBaseAutomationPeer.cs
- _NetRes.cs
- FrameSecurityDescriptor.cs
- RequestSecurityTokenResponseCollection.cs
- EventEntry.cs
- StandardCommands.cs
- TextContainerChangedEventArgs.cs
- WebHttpElement.cs
- TypeConverters.cs
- ICspAsymmetricAlgorithm.cs
- TextTreeObjectNode.cs