Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ AttributeProviderAttribute() [3/3]

System.ComponentModel.AttributeProviderAttribute.AttributeProviderAttribute ( [DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicConstructors | DynamicallyAccessedMemberTypes.PublicMethods | DynamicallyAccessedMemberTypes.PublicFields | DynamicallyAccessedMemberTypes.PublicNestedTypes | DynamicallyAccessedMemberTypes.PublicProperties | DynamicallyAccessedMemberTypes.PublicEvents)] Type type)
inline

Definition at line 24 of file AttributeProviderAttribute.cs.

25 {
26 if (type == null)
27 {
28 throw new ArgumentNullException("type");
29 }
30 TypeName = type.AssemblyQualifiedName;
31 }

References System.type, and System.ComponentModel.AttributeProviderAttribute.TypeName.