HelpPageSampleGenerator.SampleObjectFactories Property
<SuppressMessage("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures",
Justification = "This is an appropriate nesting of generic types")> _
Public Property SampleObjectFactories() As IList(Of Func(Of HelpPageSampleGenerator, Type, Object))
Get
This language is not supported or no code example is available.
[SuppressMessage("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures",
Justification = "This is an appropriate nesting of generic types")]
public IList<Func<HelpPageSampleGenerator, Type, object>> SampleObjectFactories {get;}
This language is not supported or no code example is available.
[SuppressMessage("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures",
Justification = "This is an appropriate nesting of generic types")]
public:
property IList<Func<HelpPageSampleGenerator^, Type^, object^>^>^ SampleObjectFactories {
IList<Func<HelpPageSampleGenerator^, Type^, object^>^>^ get( );
}
This language is not supported or no code example is available.
Property Value
IList<Func<HelpPageSampleGenerator, Type, object>>
Collection includes just GenerateObject initially. Use
to provide an override and
to provide a fallback.
SampleObjectFactories.Insert(0, func)
SampleObjectFactories.Add(func)