CadBlockDictionary.ValuesTyped

CadBlockDictionary.ValuesTyped property

Gets the strongly typed values collection.

public ICollection<CadBlockEntity> ValuesTyped { get; }

Property Value

The strongly typed values collection.

See Also