InjectChunk Class¶
Constructors¶
-
InjectChunk
(System.String, System.String)¶ Represents the chunk for an [inject]() statement.
Arguments: - typeName (System.String) – The type name of the property to be injected
- propertyName (System.String) – The member name of the property to be injected.
public InjectChunk(string typeName, string propertyName)
-