We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e342a1f commit 854ea69Copy full SHA for 854ea69
src/WebJobs.Script/Binding/ExtensionBinding.cs
@@ -28,7 +28,7 @@ public ExtensionBinding(ScriptHostConfiguration config, ScriptBinding binding, B
28
Attributes = _binding.GetAttributes();
29
}
30
31
- public Collection<Attribute> Attributes { get; private set; }
+ internal Collection<Attribute> Attributes { get; private set; }
32
33
public override Collection<CustomAttributeBuilder> GetCustomAttributes(Type parameterType)
34
{
0 commit comments