C# Class FlatRedBall.Attributes.InstanceMember

Matches the marked member with the member to set when this instance is loaded through the content pipeline. This attribute is usually applied to ExternalReference objects.
Inheritance: System.Attribute
Show file Open project: vchelaru/FlatRedBall

Public Properties

Property Type Description
memberName string

Public Methods

Method Description
InstanceMember ( string memberName ) : System

Method Details

InstanceMember() public method

public InstanceMember ( string memberName ) : System
memberName string
return System

Property Details

memberName public property

public string memberName
return string