Rebel.Tests.Extensions.HiveModelCreationHelper.CreateAttribute C# (CSharp) 메소드

CreateAttribute() 공개 정적인 메소드

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