Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate jJetBrains ExternalAnnotations #5

Open
jbtule opened this issue Mar 12, 2018 · 0 comments
Open

Generate jJetBrains ExternalAnnotations #5

jbtule opened this issue Mar 12, 2018 · 0 comments

Comments

@jbtule
Copy link
Owner

jbtule commented Mar 12, 2018

Example use RegexPattern. Also maybe using NotNull?

<?xml version="1.0" encoding="utf-8"?>
<assembly name="FSharp.Interop.Compose">
<member name="M:FSharp.Interop.Compose.Text.RegularExpressions.Regex.matches(System.String,System.String)">
    <parameter name="pattern">
        <attribute ctor="M:JetBrains.Annotations.RegexPatternAttribute.#ctor" />
    </parameter>
</member>
<member name="M:FSharp.Interop.Compose.Text.RegularExpressions.Regex.match(System.String,System.String)">
    <parameter name="pattern">
        <attribute ctor="M:JetBrains.Annotations.RegexPatternAttribute.#ctor" />
    </parameter>
</member>
<member name="M:FSharp.Interop.Compose.Text.RegularExpressions.Regex.isMatch(System.String,System.String)">
    <parameter name="pattern">
        <attribute ctor="M:JetBrains.Annotations.RegexPatternAttribute.#ctor" />
    </parameter>>
</member>
<member name="M:FSharp.Interop.Compose.Text.RegularExpressions.Regex.Full.split(System.String,System.Text.RegularExpressions.RegexOptions,System.String)">
    <parameter name="pattern">
        <attribute ctor="M:JetBrains.Annotations.RegexPatternAttribute.#ctor" />
    </parameter>>
</member>
<member name="M:FSharp.Interop.Compose.Text.RegularExpressions.Regex.Full.replace(System.String,System.String,System.Text.RegularExpressions.RegexOptions,System.String)">
    <parameter name="pattern">
        <attribute ctor="M:JetBrains.Annotations.RegexPatternAttribute.#ctor" />
    </parameter>
</member>
<member name="M:FSharp.Interop.Compose.Text.RegularExpressions.Regex.Full.matches(System.String,System.Text.RegularExpressions.RegexOptions,System.String)">
    <parameter name="pattern">
        <attribute ctor="M:JetBrains.Annotations.RegexPatternAttribute.#ctor" />
    </parameter>
</member>
<member name="M:FSharp.Interop.Compose.Text.RegularExpressions.Regex.Full.match(System.String,System.Text.RegularExpressions.RegexOptions,System.String)">
    <parameter name="pattern">
        <attribute ctor="M:JetBrains.Annotations.RegexPatternAttribute.#ctor" />
    </parameter>
</member>
<member name="M:FSharp.Interop.Compose.Text.RegularExpressions.Regex.Full.isMatch(System.String,System.Text.RegularExpressions.RegexOptions,System.String)">
    <parameter name="pattern">
        <attribute ctor="M:JetBrains.Annotations.RegexPatternAttribute.#ctor" />
    </parameter>
</member>
</assembly>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant