ComponentInternalAttribute Constructor (String[]) |
Initializes a ComponentInternalAttribute restricting the target declaration from being used
outside of given types or namespaces, given by strings.
Namespace: PostSharp.Constraints
Assembly: PostSharp (in PostSharp.dll) Version: 4.3.48.0 (4.3.48.0)
C#
public ComponentInternalAttribute( params string[] friendNamespaces )
Parameters
- friendNamespaces
- Type: System.String[]
List of types or namespaces from which the target declaration can be used.