CSharpRTMP.Core.CustomFunctionAttribute.CustomFunctionAttribute C# (CSharp) Method

CustomFunctionAttribute() public method

public CustomFunctionAttribute ( string name ) : System
name string
return System
        public CustomFunctionAttribute(string name)
        {
            Name = name;
        }
        public string Name { get; set; }
CustomFunctionAttribute