AccidentalFish.ApplicationSupport.Core.Components.ComponentIdentityAttribute.ComponentIdentityAttribute C# (CSharp) 메소드

ComponentIdentityAttribute() 공개 메소드

Constructor
public ComponentIdentityAttribute ( string fullyQualifiedName ) : System
fullyQualifiedName string Name of the component
리턴 System
        public ComponentIdentityAttribute(string fullyQualifiedName)
        {
            _fullyQualifiedName = fullyQualifiedName;
        }
ComponentIdentityAttribute