CodeFactory Platform CodeFactory Platform
CodeFactory Platform CodeFactory Platform
CodeFactory

Search Results for

    Class CSharpSourceExtensions

    Extensions management class for the model IVsCSharpSource

    Inheritance
    object
    CSharpSourceExtensions
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: CodeFactory.VisualStudio
    Assembly: CodeFactory.VisualStudio.dll
    Syntax
    public static class CSharpSourceExtensions

    Methods

    | Improve this Doc View Source

    SourceMissingInterfaceMembers(VsCSharpSource)

    Extension method that checks a IVsCSharpSource model and determines if the classes and structures in the source have any missing interface members.

    Declaration
    public static IReadOnlyList<KeyValuePair<CsContainer, IReadOnlyList<CsMember>>> SourceMissingInterfaceMembers(this VsCSharpSource source)
    Parameters
    Type Name Description
    VsCSharpSource source

    The source implementation to validate.

    Returns
    Type Description
    IReadOnlyList<KeyValuePair<CsContainer, IReadOnlyList<CsMember>>>

    The list of missing members by target container, or an empty list if nothing is missing.

    © CodeFactory, LLC. All rights reserved.