Rebel.Tests.Extensions.HiveModelCreationHelper.CreateAttribute C# (CSharp) Method

CreateAttribute() public static method

public static CreateAttribute ( AttributeDefinition def, object value ) : TypedAttribute
def AttributeDefinition
value object
return TypedAttribute
        public static TypedAttribute CreateAttribute(AttributeDefinition def, object value)
        {
            return new TypedAttribute(def, value);
        }