Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / clr / src / BCL / System / ParamArrayAttribute.cs / 1 / ParamArrayAttribute.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================================== ** ** Class: ParamArrayAttribute ** ** ** Purpose: Container for assemblies. ** ** =============================================================================*/ namespace System { //This class contains only static members and does not need to be serializable [AttributeUsage (AttributeTargets.Parameter, Inherited=true, AllowMultiple=false)] [System.Runtime.InteropServices.ComVisible(true)] public sealed class ParamArrayAttribute : Attribute { public ParamArrayAttribute () {} } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================================== ** ** Class: ParamArrayAttribute ** ** ** Purpose: Container for assemblies. ** ** =============================================================================*/ namespace System { //This class contains only static members and does not need to be serializable [AttributeUsage (AttributeTargets.Parameter, Inherited=true, AllowMultiple=false)] [System.Runtime.InteropServices.ComVisible(true)] public sealed class ParamArrayAttribute : Attribute { public ParamArrayAttribute () {} } } // 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
- QueryStack.cs
- AppModelKnownContentFactory.cs
- X509ChainPolicy.cs
- BitmapSizeOptions.cs
- DataGridViewCheckBoxColumn.cs
- SecurityTokenContainer.cs
- ArraySegment.cs
- BooleanExpr.cs
- IPGlobalProperties.cs
- WindowsRegion.cs
- ListDesigner.cs
- MeasurementDCInfo.cs
- TranslateTransform3D.cs
- metadatamappinghashervisitor.cs
- InertiaExpansionBehavior.cs
- DataObjectMethodAttribute.cs
- TypeDescriptionProvider.cs
- SignatureResourceHelper.cs
- DataBoundControlAdapter.cs
- connectionpool.cs
- BamlStream.cs
- AuthorizationSection.cs
- LinearKeyFrames.cs
- RecordConverter.cs
- MiniModule.cs
- HandlerBase.cs
- PointConverter.cs
- RootBrowserWindow.cs
- DesignerVerb.cs
- MonitorWrapper.cs
- BindingNavigator.cs
- KnownBoxes.cs
- MobileTextWriter.cs
- SafeNativeMethods.cs
- FixedTextView.cs
- ComponentManagerBroker.cs
- Attributes.cs
- GPPOINT.cs
- TypeLibConverter.cs
- ParameterBuilder.cs
- COM2ExtendedUITypeEditor.cs
- ArcSegment.cs
- TextSerializer.cs
- TrackingDataItem.cs
- QueryConverter.cs
- ServiceModelConfigurationSectionGroup.cs
- QuaternionRotation3D.cs
- DmlSqlGenerator.cs
- AnimationException.cs
- CommonDialog.cs
- ColumnResizeAdorner.cs
- DataView.cs
- StrongNameIdentityPermission.cs
- SmiXetterAccessMap.cs
- MasterPageCodeDomTreeGenerator.cs
- SoapParser.cs
- PrefixHandle.cs
- DesignerCapabilities.cs
- Image.cs
- ProtocolsConfigurationEntry.cs
- MetadataUtilsSmi.cs
- Array.cs
- DropShadowEffect.cs
- UserControlParser.cs
- Stack.cs
- WebPartEventArgs.cs
- ZoomComboBox.cs
- TrackingCondition.cs
- MexServiceChannelBuilder.cs
- AutomationElement.cs
- WpfSharedBamlSchemaContext.cs
- FilterQueryOptionExpression.cs
- ResourceExpressionBuilder.cs
- MetadataArtifactLoaderXmlReaderWrapper.cs
- XmlLinkedNode.cs
- XmlRootAttribute.cs
- SimpleFileLog.cs
- PtsHost.cs
- InProcStateClientManager.cs
- WorkflowDesignerColors.cs
- CollectionChangeEventArgs.cs
- AppSecurityManager.cs
- XmlSchemaSimpleContentRestriction.cs
- BitmapEffectDrawingContent.cs
- DataControlPagerLinkButton.cs
- SqlDataSourceSelectingEventArgs.cs
- BaseCollection.cs
- JsonServiceDocumentSerializer.cs
- DispatcherExceptionEventArgs.cs
- WebRequest.cs
- SqlConnectionStringBuilder.cs
- SqlParameterizer.cs
- VectorKeyFrameCollection.cs
- TreeChangeInfo.cs
- ProfileParameter.cs
- DataSourceDescriptorCollection.cs
- WebPartTransformerAttribute.cs
- Matrix3D.cs
- DrawingGroup.cs
- FigureHelper.cs