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

◆ AttributeProviderAttribute() [2/3]

System.ComponentModel.AttributeProviderAttribute.AttributeProviderAttribute ( [DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicConstructors | DynamicallyAccessedMemberTypes.PublicMethods | DynamicallyAccessedMemberTypes.PublicFields | DynamicallyAccessedMemberTypes.PublicNestedTypes | DynamicallyAccessedMemberTypes.PublicProperties | DynamicallyAccessedMemberTypes.PublicEvents)] string typeName,
string propertyName )
inline

Definition at line 18 of file AttributeProviderAttribute.cs.

19 {
20 TypeName = typeName ?? throw new ArgumentNullException("typeName");
21 PropertyName = propertyName ?? throw new ArgumentNullException("propertyName");
22 }

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