Skip to content

Commit 854ea69

Browse files
committed
Reverted ExtensionBinding.Attributes visibility from public to internal.
1 parent e342a1f commit 854ea69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WebJobs.Script/Binding/ExtensionBinding.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public ExtensionBinding(ScriptHostConfiguration config, ScriptBinding binding, B
2828
Attributes = _binding.GetAttributes();
2929
}
3030

31-
public Collection<Attribute> Attributes { get; private set; }
31+
internal Collection<Attribute> Attributes { get; private set; }
3232

3333
public override Collection<CustomAttributeBuilder> GetCustomAttributes(Type parameterType)
3434
{

0 commit comments

Comments
 (0)