AccidentalFish.ApplicationSupport.Core.Components.ComponentIdentity.ComponentIdentity C# (CSharp) Method

ComponentIdentity() public method

Constructor that builds the name from a type annotated with the ComponentIdentityAttribetu
public ComponentIdentity ( Type type ) : System
type System.Type
return System
        public ComponentIdentity(Type type) : base(type)
        {
        }
    }

Same methods

ComponentIdentity::ComponentIdentity ( string fullyQualifiedName ) : System
ComponentIdentity