Show / Hide Table of Contents

Struct AssemblyLocatorBase.PropertySourceCounts

SetPropertiesFromDLLConfiguration fills and returns this structure, to account for all defined properties, whether or not their values are configured.

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: WizardWrx.Core
Assembly: WizardWrx.Core.dll
Syntax
public struct PropertySourceCounts

Fields

| Improve this Doc View Source

Defaulted

Count of properties omitted from the configuration file, and left at their default values.

Declaration
public int Defaulted
Field Value
Type Description
System.Int32
| Improve this Doc View Source

SpecifiedInConfiguration

Count of properties read from the configuration file.

Declaration
public int SpecifiedInConfiguration
Field Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
Back to top Generated by DocFX