Class PListAttribute
[AttributeUsage(AttributeTargets.Property, AllowMultiple = true)]
public class PListAttribute : Attribute, _Attribute
- Inheritance
-
PListAttribute
- Implements
- Inherited Members
Constructors
PListAttribute(string)
public PListAttribute(string name)
Parameters
namestring
Properties
Name
public string Name { get; set; }